
public class LeaveOneOut extends AbstractHoldout
| Modifier and Type | Field and Description |
|---|---|
private int |
len
Size of the data set.
|
private int |
pos
Size of the data set.
|
bundle, labelcol, labels| Constructor and Description |
|---|
LeaveOneOut()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
allClassLabels, allClassLabels, findClassLabelColumn, getLabelspublic void initialize(MultipleObjectsBundle bundle)
Holdoutinitialize in interface Holdoutinitialize in class AbstractHoldoutbundle - Data set bundlepublic int numberOfPartitions()
Holdoutpublic TrainingAndTestSet nextPartitioning()
HoldoutCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.