Produces a random subsample of a dataset using either sampling with replacement or without replacement. The original dataset must fit entirely in memory. The number of instances in the generated dataset may be specified. When used in batch mode, subsequent batches are NOT resampled.
Valid options are:
-S <num> Specify the random number seed (default 1)
-Z <num> The size of the output dataset, as a percentage of the input dataset (default 100)
-no-replacement Disables replacement of instances (default: with replacement)
-V Inverts the selection - only available with '-no-replacement'.
@author Len Trigg (len@reeltwo.com)
@author FracPete (fracpete at waikato dot ac dot nz)
@version $Revision: 5548 $