| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Metrics |
Metrics.clone() |
Metrics |
WindowSummary.getMetrics()
Provides metrics used to evaluate the performance of a predictor.
|
Metrics |
Metrics.withRMSE(Double rMSE)
The root mean square error (RMSE).
|
Metrics |
Metrics.withWeightedQuantileLosses(Collection<WeightedQuantileLoss> weightedQuantileLosses)
An array of weighted quantile losses.
|
Metrics |
Metrics.withWeightedQuantileLosses(WeightedQuantileLoss... weightedQuantileLosses)
An array of weighted quantile losses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WindowSummary.setMetrics(Metrics metrics)
Provides metrics used to evaluate the performance of a predictor.
|
WindowSummary |
WindowSummary.withMetrics(Metrics metrics)
Provides metrics used to evaluate the performance of a predictor.
|
Copyright © 2020. All rights reserved.