public class CrossValidation extends Object
| Constructor and Description |
|---|
CrossValidation(int round,
IClassifier classifier,
boolean shuffleData)
Constructor
|
public CrossValidation(int round,
IClassifier classifier,
boolean shuffleData)
round - iterations for the cross validation.classifier - the actual classifier need to test.shuffleData - whether the data needs to be shuffled at the begining of the whole
process.Copyright © 2015. All rights reserved.