|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Classification | |
hhreco.classification | This package provides data structures such as feature sets, training sets, as well as a classification framework for facilitating pattern classification tasks. |
Uses of Classification in hhreco.classification |
Methods in hhreco.classification that return Classification | |
Classification |
SVMClassifier.classify(FeatureSet fs)
Classify the given example using SVM. |
Classification |
MMDClassifier.classify(FeatureSet s)
Classify the given example by computing the normalized Euclidean distance to each training class. |
Classification |
KNNClassifier.classify(FeatureSet s)
Classify the given example by testing it against each example in the training set. |
Classification |
Classifier.classify(FeatureSet s)
Return a classification for the specified feature set, or throw a runtime exception if the given feature set does not have the same number of features as the training examples. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |