AbstractHoldout |
Split a data set for holdout evaluation.
|
DisjointCrossValidation |
DisjointCrossValidation provides a set of partitions of a database to
perform cross-validation.
|
Holdout |
A holdout procedure is to provide a range of partitions of a database to
pairs of training and test data sets.
|
RandomizedCrossValidation |
RandomizedCrossValidation provides a set of partitions of a database
to perform cross-validation.
|
RandomizedHoldout |
A holdout providing a seed for randomized operations.
|
RandomizedHoldout.Par |
Parameterization class
|
StratifiedCrossValidation |
A stratified n-fold crossvalidation to distribute the data to n buckets where
each bucket exhibits approximately the same distribution of classes as does
the complete data set.
|
TrainingAndTestSet |
Wrapper to hold a pair of training and test data sets.
|