Class MulticlassClassStratifiedSplitter

  • All Implemented Interfaces:
    IDatasetSplitter

    public class MulticlassClassStratifiedSplitter
    extends java.lang.Object
    implements IDatasetSplitter
    Makes use of the WekaUtil to split the data into a class-oriented stratified split preserving the class distribution.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<weka.core.Instances> split​(weka.core.Instances data, long seed, double portions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MulticlassClassStratifiedSplitter

        public MulticlassClassStratifiedSplitter()