| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.classification | 
 Classification algorithms. 
 | 
| de.lmu.ifi.dbs.elki.application | 
 Base classes for standalone applications. 
 | 
| Class and Description | 
|---|
| AbstractClassifier
 Abstract base class for algorithms. 
 | 
| Classifier
 A Classifier is to hold a model that is built based on a database, and to
 classify a new instance of the same type. 
 | 
| KNNClassifier
 KNNClassifier classifies instances based on the class distribution among the
 k nearest neighbors in a database. 
 | 
| Class and Description | 
|---|
| Classifier
 A Classifier is to hold a model that is built based on a database, and to
 classify a new instance of the same type. 
 | 
Copyright © 2019 ELKI Development Team. License information.