Interface IMetaMiner


  • public interface IMetaMiner
    Used to to compute a score for a given ComponentInstance based on meta features of the ComponentInstance and possibly also its application context.
    • Method Detail

      • score

        double score​(ComponentInstance componentInstance)
        Gives a score to the given ComponentInstance based 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