Class MLPlan4WEKARegressionCLIModule
- java.lang.Object
-
- ai.libs.mlplan.cli.module.AMLPlanCLIModule
-
- ai.libs.mlplan.cli.module.regression.AMLPlan4RegressionCLIModule
-
- ai.libs.mlplan.cli.module.regression.MLPlan4WEKARegressionCLIModule
-
- All Implemented Interfaces:
IMLPlanCLIModule
public class MLPlan4WEKARegressionCLIModule extends AMLPlan4RegressionCLIModule
-
-
Constructor Summary
Constructors Constructor Description MLPlan4WEKARegressionCLIModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ai.libs.mlplan.weka.MLPlanWekaBuildergetMLPlanBuilderForSetting(org.apache.commons.cli.CommandLine cl, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset fitDataset)java.lang.StringgetRunReportAsString(org.api4.java.ai.ml.core.learner.ISupervisedLearner learner, org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport runReport)-
Methods inherited from class ai.libs.mlplan.cli.module.regression.AMLPlan4RegressionCLIModule
configureLoss
-
Methods inherited from class ai.libs.mlplan.cli.module.AMLPlanCLIModule
getDefaultPerformanceMeasure, getDefaultSettingOptionValue, getPerformanceMeasures, getSettingOptionValues
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.libs.mlplan.cli.module.IMLPlanCLIModule
getPerformanceMeasure
-
-
-
-
Method Detail
-
getMLPlanBuilderForSetting
public ai.libs.mlplan.weka.MLPlanWekaBuilder 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
public java.lang.String getRunReportAsString(org.api4.java.ai.ml.core.learner.ISupervisedLearner learner, org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport runReport)
-
-