weka.filters.supervised.instance |
|
Java Source File Name | Type | Comment |
Resample.java | Class |
Produces a random subsample of a dataset using either sampling with replacement or without replacement.
The original dataset must fit entirely in memory. |
SpreadSubsample.java | Class |
Produces a random subsample of a dataset. |
StratifiedRemoveFolds.java | Class |
This filter takes a dataset and outputs a specified fold for cross validation. |