public interface TrainableClassifier extends Classifier
Modifier and Type | Method and Description |
---|---|
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.
|
classify
void train(TrainingSet s) throws ClassifierException
ClassifierException
boolean isIncremental()
void clear()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.