Class AbstractWekaExperimentRunner<T extends weka.experiment.Experiment>

    • Constructor Detail

      • AbstractWekaExperimentRunner

        public AbstractWekaExperimentRunner​(ExperimenterPanel owner)
                                     throws Exception
        Initializes the thread.
        Parameters:
        owner - the experimenter this runner belongs to
        Throws:
        Exception - if experiment is null or cannot be copied via serialization
    • Method Detail

      • loadResults

        protected void loadResults()
        Examines the supplied experiment to determine the results destination and attempts to load the results.
      • postRun

        protected void postRun​(boolean success)
        Hook method that gets executed after the experiment has finished (successfully or not).
        Overrides:
        postRun in class AbstractExperimentRunner<T extends weka.experiment.Experiment>
        Parameters:
        success - whether successfully finished (neither error, nor aborted)