Package ai.libs.hasco.metamining
Interface IMetaMiner
-
public interface IMetaMinerUsed to to compute a score for a givenComponentInstancebased on meta features of the ComponentInstance and possibly also its application context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublescore(ComponentInstance componentInstance)Gives a score to the givenComponentInstancebased on its meta features and possibly meta features of the application context as well.
-
-
-
Method Detail
-
score
double score(ComponentInstance componentInstance)
Gives a score to the givenComponentInstancebased on its meta features and possibly meta features of the application context as well. The score reflects an estimate of the quality of the (partial) solution the ComponentInstance represents.- Parameters:
componentInstance- The instance for which an estimate is to be made- Returns:
- The estimated score
-
-