Package adams.data.weka.datasetsplitter
-
Class Summary Class Description AbstractSplitter Parent class for different methods of splitting a dataset into smaller datasets.ColumnSplitter Splits a dataset in two based on the columns selected by a column-finder.RowSplitter Splits a dataset in two based on the rows selected by the row-finder.