Class DefaultWekaExperimentRunner

    • Constructor Detail

      • DefaultWekaExperimentRunner

        public DefaultWekaExperimentRunner​(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

      • postRun

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