Enum EMLPlanMekaProblemType

  • All Implemented Interfaces:
    ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>, java.io.Serializable, java.lang.Comparable<EMLPlanMekaProblemType>

    public enum EMLPlanMekaProblemType
    extends java.lang.Enum<EMLPlanMekaProblemType>
    implements ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
    • Method Detail

      • values

        public static EMLPlanMekaProblemType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EMLPlanMekaProblemType c : EMLPlanMekaProblemType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EMLPlanMekaProblemType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getSearchSpaceConfigFileFromResource

        public java.lang.String getSearchSpaceConfigFileFromResource()
        Specified by:
        getSearchSpaceConfigFileFromResource in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getSearchSpaceConfigFromFileSystem

        public java.lang.String getSearchSpaceConfigFromFileSystem()
        Specified by:
        getSearchSpaceConfigFromFileSystem in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getPreferredComponentListFromResource

        public java.lang.String getPreferredComponentListFromResource()
        Specified by:
        getPreferredComponentListFromResource in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getPreferredComponentListFromFileSystem

        public java.lang.String getPreferredComponentListFromFileSystem()
        Specified by:
        getPreferredComponentListFromFileSystem in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getRequestedInterface

        public java.lang.String getRequestedInterface()
        Specified by:
        getRequestedInterface in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getLastHASCOMethodPriorToParameterRefinementOfBareLearner

        public java.lang.String getLastHASCOMethodPriorToParameterRefinementOfBareLearner()
        Specified by:
        getLastHASCOMethodPriorToParameterRefinementOfBareLearner in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getLastHASCOMethodPriorToParameterRefinementOfPipeline

        public java.lang.String getLastHASCOMethodPriorToParameterRefinementOfPipeline()
        Specified by:
        getLastHASCOMethodPriorToParameterRefinementOfPipeline in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getPerformanceMetricForSearchPhase

        public org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicPredictionPerformanceMeasure<?,​?> getPerformanceMetricForSearchPhase()
        Specified by:
        getPerformanceMetricForSearchPhase in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getPerformanceMetricForSelectionPhase

        public org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicPredictionPerformanceMeasure<?,​?> getPerformanceMetricForSelectionPhase()
        Specified by:
        getPerformanceMetricForSelectionPhase in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getSearchSelectionDatasetSplitter

        public org.api4.java.ai.ml.core.dataset.splitter.IFoldSizeConfigurableRandomDatasetSplitter<org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<?>> getSearchSelectionDatasetSplitter()
        Specified by:
        getSearchSelectionDatasetSplitter in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getLearnerFactory

        public ai.libs.mlplan.core.ILearnerFactory<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier> getLearnerFactory()
        Specified by:
        getLearnerFactory in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>
      • getValidityCheckingNodeEvaluator

        public ai.libs.mlplan.core.PipelineValidityCheckingNodeEvaluator getValidityCheckingNodeEvaluator()
        Specified by:
        getValidityCheckingNodeEvaluator in interface ai.libs.mlplan.core.IProblemType<ai.libs.jaicore.ml.classification.multilabel.learner.IMekaClassifier>