Class SupervisedLearnerExecutor

  • All Implemented Interfaces:
    org.api4.java.ai.ml.core.evaluation.execution.ISupervisedLearnerExecutor, org.api4.java.common.control.ILoggingCustomizable

    public class SupervisedLearnerExecutor
    extends java.lang.Object
    implements org.api4.java.ai.ml.core.evaluation.execution.ISupervisedLearnerExecutor, org.api4.java.common.control.ILoggingCustomizable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <I extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,​D extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends I>>
      org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
      execute​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner, D test)  
      <I extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,​D extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends I>>
      org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport
      execute​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner, D train, D test)  
      java.lang.String getLoggerName()  
      void setLoggerName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SupervisedLearnerExecutor

        public SupervisedLearnerExecutor()
    • Method Detail

      • execute

        public <I extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,​D extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends I>> org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport execute​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner,
                                                                                                                                                                                                                                                         D train,
                                                                                                                                                                                                                                                         D test)
                                                                                                                                                                                                                                                  throws org.api4.java.ai.ml.core.evaluation.execution.LearnerExecutionFailedException,
                                                                                                                                                                                                                                                         org.api4.java.ai.ml.core.evaluation.execution.LearnerExecutionInterruptedException
        Specified by:
        execute in interface org.api4.java.ai.ml.core.evaluation.execution.ISupervisedLearnerExecutor
        Throws:
        org.api4.java.ai.ml.core.evaluation.execution.LearnerExecutionFailedException
        org.api4.java.ai.ml.core.evaluation.execution.LearnerExecutionInterruptedException
      • execute

        public <I extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledInstance,​D extends org.api4.java.ai.ml.core.dataset.supervised.ILabeledDataset<? extends I>> org.api4.java.ai.ml.core.evaluation.execution.ILearnerRunReport execute​(org.api4.java.ai.ml.core.learner.ISupervisedLearner<I,​D> learner,
                                                                                                                                                                                                                                                         D test)
                                                                                                                                                                                                                                                  throws org.api4.java.ai.ml.core.evaluation.execution.LearnerExecutionFailedException
        Specified by:
        execute in interface org.api4.java.ai.ml.core.evaluation.execution.ISupervisedLearnerExecutor
        Throws:
        org.api4.java.ai.ml.core.evaluation.execution.LearnerExecutionFailedException
      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface org.api4.java.common.control.ILoggingCustomizable