| 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.withAverageWeightedQuantileLoss(Double averageWeightedQuantileLoss)
The average value of all weighted quantile losses.
|
Metrics |
Metrics.withErrorMetrics(Collection<ErrorMetric> errorMetrics)
Provides detailed error metrics for each forecast type.
|
Metrics |
Metrics.withErrorMetrics(ErrorMetric... errorMetrics)
Provides detailed error metrics for each forecast type.
|
Metrics |
Metrics.withRMSE(Double rMSE)
Deprecated.
|
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 © 2024. All rights reserved.