| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.application | 
 Base classes for standalone applications. 
 | 
| de.lmu.ifi.dbs.elki.evaluation.classification.holdout | 
 Holdout and cross-validation strategies for evaluating classifiers. 
 | 
| Class and Description | 
|---|
| Holdout
 A holdout procedure is to provide a range of partitions of a database to
 pairs of training and test data sets. 
 | 
| Class and Description | 
|---|
| 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.Parameterizer
 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. 
 | 
Copyright © 2019 ELKI Development Team. License information.