Class DefaultWekaExperimentIO

    • Constructor Detail

      • DefaultWekaExperimentIO

        public DefaultWekaExperimentIO()
    • Method Detail

      • create

        public weka.experiment.Experiment create()
        Creates a new experiment.
        Specified by:
        create in class AbstractExperimentIO<weka.experiment.Experiment>
        Returns:
        the generated experiment, null if failed
      • load

        public weka.experiment.Experiment load​(File file)
        Loads an experiment.
        Specified by:
        load in class AbstractExperimentIO<weka.experiment.Experiment>
        Parameters:
        file - the file to load
        Returns:
        the experiment, null if failed to load
      • save

        public boolean save​(weka.experiment.Experiment exp,
                            File file)
        Saves an experiment.
        Specified by:
        save in class AbstractExperimentIO<weka.experiment.Experiment>
        Parameters:
        exp - the experiment to save
        file - the file to save to
        Returns:
        false if failed to save