Class TrainTestSplitExperiment.TrainTestSplitExperimentJob

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void evaluate()
      Performs the evaluation.
      • Methods inherited from class adams.multiprocess.AbstractJob

        cleanUp, execute, getAdditionalErrorInformation, getExecutionError, getJobCompleteListener, getJobInfo, getProgressInfo, hasExecutionError, isComplete, isStopped, jobCompleted, setJobCompleteListener, setJobInfo, setProgressInfo, stopExecution
      • Methods inherited from class adams.core.logging.CustomLoggingLevelObject

        setLoggingLevel
      • Methods inherited from class adams.core.logging.LoggingObject

        configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
      • Methods inherited from interface adams.core.logging.LoggingLevelHandler

        getLoggingLevel
      • Methods inherited from interface adams.core.logging.LoggingSupporter

        getLogger, isLoggingEnabled
    • Constructor Detail

      • TrainTestSplitExperimentJob

        public TrainTestSplitExperimentJob​(TrainTestSplitExperiment owner,
                                           int run,
                                           weka.classifiers.Classifier classifier,
                                           weka.core.Instances data)
        Initializes the run.
        Parameters:
        owner - the owning experiment
        run - the current run
        classifier - the classifier to evaluate
        data - the data to use for evaluation