Package ai.libs.mlplan.cli.module
Interface IMLPlanCLIModule
-
- All Known Implementing Classes:
AMLPlan4ClassificationCLIModule,AMLPlan4RegressionCLIModule,AMLPlanCLIModule,MLPlan4MekaMultiLabelCLIModule,MLPlan4ScikitLearnClassificationCLIModule,MLPlan4ScikitLearnRegressionCLIModule,MLPlan4WekaClassificationCLIModule,MLPlan4WEKARegressionCLIModule
public interface IMLPlanCLIModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.StringgetDefaultPerformanceMeasure()java.lang.StringgetDefaultSettingOptionValue()ai.libs.mlplan.core.AMLPlanBuildergetMLPlanBuilderForSetting(org.apache.commons.cli.CommandLine cl, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset fitDataset)default java.lang.StringgetPerformanceMeasure(org.apache.commons.cli.CommandLine cl)java.util.List<java.lang.String>getPerformanceMeasures()java.lang.StringgetRunReportAsString(org.api4.java.ai.ml.core.learner.ISupervisedLearner learner, org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport runReport)java.util.List<java.lang.String>getSettingOptionValues()
-
-
-
Method Detail
-
getMLPlanBuilderForSetting
ai.libs.mlplan.core.AMLPlanBuilder getMLPlanBuilderForSetting(org.apache.commons.cli.CommandLine cl, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset fitDataset) throws java.io.IOException- Throws:
java.io.IOException
-
getRunReportAsString
java.lang.String getRunReportAsString(org.api4.java.ai.ml.core.learner.ISupervisedLearner learner, org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport runReport)
-
getSettingOptionValues
java.util.List<java.lang.String> getSettingOptionValues()
-
getDefaultSettingOptionValue
java.lang.String getDefaultSettingOptionValue()
-
getPerformanceMeasures
java.util.List<java.lang.String> getPerformanceMeasures()
-
getDefaultPerformanceMeasure
java.lang.String getDefaultPerformanceMeasure()
-
getPerformanceMeasure
default java.lang.String getPerformanceMeasure(org.apache.commons.cli.CommandLine cl)
-
-