Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.classification |
Classification algorithms.
|
de.lmu.ifi.dbs.elki.application |
Base classes for stand alone 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.