public interface Holdout
Modifier and Type | Method and Description |
---|---|
ArrayList<ClassLabel> |
getLabels()
Get the sorted class labels present in this data set.
|
void |
initialize(MultipleObjectsBundle bundle)
Initialize the holdout procedure for a data set.
|
TrainingAndTestSet |
nextPartitioning()
Get the next partitioning of the given holdout.
|
int |
numberOfPartitions()
How many partitions to test.
|
void initialize(MultipleObjectsBundle bundle)
bundle
- Data set bundleTrainingAndTestSet nextPartitioning()
ArrayList<ClassLabel> getLabels()
int numberOfPartitions()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.