Package ai.libs.mlplan.cli.module.mlc
Class MLPlan4MekaMultiLabelCLIModule
- java.lang.Object
-
- ai.libs.mlplan.cli.module.AMLPlanCLIModule
-
- ai.libs.mlplan.cli.module.mlc.MLPlan4MekaMultiLabelCLIModule
-
- All Implemented Interfaces:
IMLPlanCLIModule
public class MLPlan4MekaMultiLabelCLIModule extends AMLPlanCLIModule implements IMLPlanCLIModule
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringL_EXACT_MATCHstatic java.lang.StringL_HAMMINGstatic java.lang.StringL_INSTANCE_F1static java.lang.StringL_JACCARDstatic java.lang.StringL_LABEL_F1static java.lang.StringL_MICRO_F1static java.lang.StringL_RANKstatic java.lang.StringM_MEKA
-
Constructor Summary
Constructors Constructor Description MLPlan4MekaMultiLabelCLIModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ai.libs.mlplan.meka.ML2PlanMekaBuildergetMLPlanBuilderForSetting(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.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
getDefaultPerformanceMeasure, getDefaultSettingOptionValue, getPerformanceMeasure, getPerformanceMeasures, getSettingOptionValues
-
-
-
-
Field Detail
-
M_MEKA
public static final java.lang.String M_MEKA
- See Also:
- Constant Field Values
-
L_HAMMING
public static final java.lang.String L_HAMMING
- See Also:
- Constant Field Values
-
L_JACCARD
public static final java.lang.String L_JACCARD
- See Also:
- Constant Field Values
-
L_RANK
public static final java.lang.String L_RANK
- See Also:
- Constant Field Values
-
L_EXACT_MATCH
public static final java.lang.String L_EXACT_MATCH
- See Also:
- Constant Field Values
-
L_INSTANCE_F1
public static final java.lang.String L_INSTANCE_F1
- See Also:
- Constant Field Values
-
L_LABEL_F1
public static final java.lang.String L_LABEL_F1
- See Also:
- Constant Field Values
-
L_MICRO_F1
public static final java.lang.String L_MICRO_F1
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMLPlanBuilderForSetting
public ai.libs.mlplan.meka.ML2PlanMekaBuilder getMLPlanBuilderForSetting(org.apache.commons.cli.CommandLine cl, org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset fitDataset) throws java.io.IOException- Specified by:
getMLPlanBuilderForSettingin interfaceIMLPlanCLIModule- 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)- Specified by:
getRunReportAsStringin interfaceIMLPlanCLIModule
-
-