A data generator that produces data points in hyperrectangular subspace clusters.
Valid options are:
-h
Prints this help.
-o <file>
The name of the output file, otherwise the generated data is
printed to stdout.
-r <name>
The name of the relation.
-d
Whether to print debug informations.
-S
The seed for random function (default 1)
-a <num>
The number of attributes (default 1).
-c
Class Flag, if set, the cluster is listed in extra attribute.
-b <range>
The indices for boolean attributes.
-m <range>
The indices for nominal attributes.
-P <num>
The noise rate in percent (default 0.0).
Can be between 0% and 30%. |