Class TrainTestSplitExperiment.TrainTestSplitExperimentJob

    • 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