| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
static WeightedQuantileLoss.Builder |
WeightedQuantileLoss.builder() |
WeightedQuantileLoss.Builder |
WeightedQuantileLoss.Builder.lossValue(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.Builder |
WeightedQuantileLoss.Builder.quantile(Double quantile)
The quantile.
|
WeightedQuantileLoss.Builder |
WeightedQuantileLoss.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WeightedQuantileLoss.Builder> |
WeightedQuantileLoss.serializableBuilderClass() |
Copyright © 2020. All rights reserved.