Class for simple random split based cross validation. The list of samples is split random into training and validation sets (using the trainPercent parameter). nbTest evaluation are performed.
By default, 70% of the samples are used for training, and 20 tests are performed
@author picard @param < T> samples datatype
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|