| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
WeightedQuantileLoss |
WeightedQuantileLoss.clone() |
WeightedQuantileLoss |
WeightedQuantileLoss.withLossValue(Double lossValue)
The difference between the predicted value and the actual value over the quantile, weighted (normalized) by
dividing by the sum over all quantiles.
|
WeightedQuantileLoss |
WeightedQuantileLoss.withQuantile(Double quantile)
The quantile.
|
| Modifier and Type | Method and Description |
|---|---|
List<WeightedQuantileLoss> |
Metrics.getWeightedQuantileLosses()
An array of weighted quantile losses.
|
| Modifier and Type | Method and Description |
|---|---|
Metrics |
Metrics.withWeightedQuantileLosses(WeightedQuantileLoss... weightedQuantileLosses)
An array of weighted quantile losses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metrics.setWeightedQuantileLosses(Collection<WeightedQuantileLoss> weightedQuantileLosses)
An array of weighted quantile losses.
|
Metrics |
Metrics.withWeightedQuantileLosses(Collection<WeightedQuantileLoss> weightedQuantileLosses)
An array of weighted quantile losses.
|
Copyright © 2022. All rights reserved.