Package elki.classification
Classification algorithms.
-
Interface Summary 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 Summary Class Description AbstractClassifier<O,R> Abstract base class for algorithms.KNNClassifier<O> KNNClassifier classifies instances based on the class distribution among the k nearest neighbors in a database.PriorProbabilityClassifier Classifier to classify instances based on the prior probability of classes in the database, without using the actual data values.