| Package | Description |
|---|---|
| org.hawkular.datamining.forecast | |
| org.hawkular.datamining.forecast.models |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
AutomaticForecaster.model() |
TimeSeriesModel |
Forecaster.model() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExponentialSmoothing |
class |
ContinuousModel
Some models throw exception if model has not been initialized
init(List) before calling
learn(DataPoint). |
class |
DoubleExponentialSmoothing
Double exponential smoothing (Holt's linear trend model)
Works well when data exhibits increasing or decreasing trend pattern.
|
class |
SimpleExponentialSmoothing
Simple exponential smoothing
Works well for stationary data when there is no trend in data.
|
class |
TripleExponentialSmoothing
Triple exponential smoothing model also known as Holt-Winters model.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesModel |
ModelOptimizer.minimizedMSE(List<DataPoint> trainData) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends TimeSeriesModel> |
Model.getModel() |
| Constructor and Description |
|---|
ContinuousModel(TimeSeriesModel model) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.