Class AbstractWekaExperimentIO<T extends weka.experiment.Experiment>

    • Constructor Detail

      • AbstractWekaExperimentIO

        public AbstractWekaExperimentIO()
    • Method Detail

      • getExperimentClass

        public Class getExperimentClass()
        Returns the experiment superclass/interface.
        Specified by:
        getExperimentClass in class AbstractExperimentIO<T extends weka.experiment.Experiment>
        Returns:
        the super class/interface
      • getSupportedFileExtensions

        public String[] getSupportedFileExtensions​(boolean read)
        Returns the supported file extensions.
        Specified by:
        getSupportedFileExtensions in class AbstractExperimentIO<T extends weka.experiment.Experiment>
        Parameters:
        read - whether for reading or writing
        Returns:
        the extensions (no dot)