Interface IMLPlanCLIModule

    • 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)