public interface Forecaster
| Modifier and Type | Interface and Description |
|---|---|
static class |
Forecaster.Config |
static class |
Forecaster.Update |
| Modifier and Type | Method and Description |
|---|---|
Forecaster.Config |
config() |
MetricContext |
context() |
DataPoint |
forecast() |
List<DataPoint> |
forecast(int nAhead) |
boolean |
initialized() |
long |
lastTimestamp() |
void |
learn(DataPoint dataPoint) |
void |
learn(List<DataPoint> dataPoints) |
TimeSeriesModel |
model() |
void |
update(Forecaster.Update update) |
void learn(DataPoint dataPoint)
TimeSeriesModel.learn(DataPoint)void learn(List<DataPoint> dataPoints)
TimeSeriesModel.learn(List)DataPoint forecast()
TimeSeriesModel.forecast()List<DataPoint> forecast(int nAhead)
TimeSeriesModel.forecast(int)TimeSeriesModel model()
MetricContext context()
boolean initialized()
long lastTimestamp()
void update(Forecaster.Update update)
Forecaster.Config config()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.