public interface Holdout
Modifier and Type | Method and Description |
---|---|
java.util.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()
java.util.ArrayList<ClassLabel> getLabels()
int numberOfPartitions()
Copyright © 2019 ELKI Development Team. License information.