Example usage for Java weka.experiment RandomSplitResultProducer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setRandomizeData(boolean d) Set to true if dataset is to be randomized |
void | setSplitEvaluator(SplitEvaluator newSplitEvaluator) Set the SplitEvaluator. |
void | setTrainPercent(double newTrainPercent) Set the value of TrainPercent. |