public class DataMiningForecaster extends AutomaticForecaster
AutomaticForecaster.ConceptDriftStrategy, AutomaticForecaster.ErrorChangeStrategy, AutomaticForecaster.PeriodicIntervalStrategyForecaster.Config, Forecaster.Update| Constructor and Description |
|---|
DataMiningForecaster(Metric context) |
| Modifier and Type | Method and Description |
|---|---|
Metric |
context() |
void |
learn(DataPoint dataPoint) |
void |
learn(List<DataPoint> data) |
void |
setPredictionListener(PredictionListener predictionListener) |
config, forecast, forecast, initialized, lastTimestamp, model, updatepublic DataMiningForecaster(Metric context)
context - metric meta datapublic void learn(DataPoint dataPoint)
learn in interface Forecasterlearn in class AutomaticForecasterpublic void learn(List<DataPoint> data)
learn in interface Forecasterlearn in class AutomaticForecasterpublic Metric context()
context in interface Forecastercontext in class AutomaticForecasterpublic void setPredictionListener(PredictionListener predictionListener)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.