|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrainableClassifier
A Classifier performs generic classification on feature sets, the semantics of which it knows nothing about. It assumes that the feature set it is given is consistent with the feature sets that it was trained on, i.e. the same features are in the same places.
Method Summary | |
---|---|
void |
clear()
Clear all results of previous trainings (presumably so that this classifier can be trained again from scratch). |
boolean |
isIncremental()
Return whether this classifier is incremental, i.e. |
void |
train(TrainingSet s)
Train the classifier with a given training set. |
Methods inherited from interface diva.sketch.classification.Classifier |
---|
classify |
Method Detail |
---|
void train(TrainingSet s) throws ClassifierException
ClassifierException
boolean isIncremental()
void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |