|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This classifier trains on a data set and performs classification based on what it has seen. 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 at the same indices.
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,
int numFeatures)
Train the classifier with a given training set. |
Methods inherited from interface hhreco.classification.Classifier |
classify |
Method Detail |
public void train(TrainingSet s, int numFeatures) throws ClassifierException
ClassifierException
public boolean isIncremental()
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |