Interface | Description |
---|---|
Classifier<O> |
A Classifier is to hold a model that is built based on a database, and to
classify a new instance of the same type.
|
Class | Description |
---|---|
AbstractClassifier<O,R extends Result> |
Abstract base class for algorithms.
|
KNNClassifier<O> |
KNNClassifier classifies instances based on the class distribution among the
k nearest neighbors in a database.
|
KNNClassifier.Parameterizer<O> |
Parameterization class
|
PriorProbabilityClassifier |
Classifier to classify instances based on the prior probability of classes in
the database, without using the actual data values.
|
Classification algorithms.
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.