|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Classifier | Classes implementing this interface must be able to classify items represented by feature vectors. |
Class Summary | |
ClassTrain | Classifies a list of files, training the classifier on each error. |
ExternalClassifier | A proxy that provides a trainable classifier by communicating with an external (non-Java) program. |
Prediction | A prediction, wrapping the predicted class and the probability of the prediction. |
PredictionComparator | A comparison function that compares
Prediction s based on their
pRs and
probabilities. |
PredictionDistribution | A distribution over the classes predicted by a classifier. |
TrainableClassifier | Classifiers extending this abstract class must provide a training mechanism
by implementing the TrainableClassifier.doTrain(FeatureVector, String) method. |
This package provides functionality for classification of texts and feature vectors.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |