public interface PrimingDataLearner
Modifier and Type | Method and Description |
---|---|
int |
getMinRequiredTrainingPoints()
Return the minimum number of training/priming data points required before a
forecast can be made
|
void |
reset()
Reset this forecaster ready to learn from a new set of priming data
|
void |
updateForecaster(double primingOrPredictedTargetValue)
Update the forecaster on a priming instance or predicted value (for
closed-loop projection)
|
void reset()
int getMinRequiredTrainingPoints()
void updateForecaster(double primingOrPredictedTargetValue)
primingOrPredictedTargetValue
- the instance to update fromCopyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.