Class AbstractSplitter

    • Constructor Detail

      • AbstractSplitter

        public AbstractSplitter()
    • Method Detail

      • split

        public abstract weka.core.Instances[] split​(weka.core.Instances dataset)
        Splits the given dataset into a number of other datasets. Should be implemented by sub-classes to perform actual splitting.
        Parameters:
        dataset - The dataset to split.
        Returns:
        An array of datasets resulting from the split.