| Package | Description |
|---|---|
| org.hawkular.datamining.forecast.models |
| Modifier and Type | Method and Description |
|---|---|
protected TripleExponentialSmoothing.TripleExState |
TripleExponentialSmoothing.initState(List<DataPoint> dataPoints) |
static TripleExponentialSmoothing.TripleExState |
TripleExponentialSmoothing.initState(List<DataPoint> dataPoints,
int periods,
MetricContext metricContext) |
protected TripleExponentialSmoothing.TripleExState |
TripleExponentialSmoothing.state() |
| Modifier and Type | Method and Description |
|---|---|
static TripleExponentialSmoothing |
TripleExponentialSmoothing.createWithState(TripleExponentialSmoothing.TripleExState state,
double levelSmoothing,
double trendSmoothing,
double seasonalSmoothing,
MetricContext metricContext) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.