Class AMLPlan4ClassificationCLIModule

    • Constructor Detail

      • AMLPlan4ClassificationCLIModule

        protected AMLPlan4ClassificationCLIModule​(java.util.List<java.lang.String> subModules,
                                                  java.lang.String defaultModule)
    • Method Detail

      • configureLoss

        protected void configureLoss​(org.apache.commons.cli.CommandLine cl,
                                     org.api4.java.ai.ml.core.dataset.schema.attribute.ICategoricalAttribute labelAtt,
                                     ai.libs.mlplan.core.AMLPlanBuilder builder)
      • getLabelAttribute

        public org.api4.java.ai.ml.core.dataset.schema.attribute.ICategoricalAttribute getLabelAttribute​(org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset fitDataset)
      • 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:
        getRunReportAsString in interface IMLPlanCLIModule