public interface OnlineLearningAlgorithm extends LearningAlgorithm
Modifier and Type | Method and Description |
---|---|
Prediction |
learn(Example example)
Applies the learning process on a single example, updating its current model
|
duplicate, getLabels, getPredictionFunction, learn, reset, setLabels
Prediction learn(Example example)
example
- the instance to be exploited in the learning processexample
before the updating stepCopyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.