public static interface WeightedQuantileLoss.Builder extends SdkPojo, CopyableBuilder<WeightedQuantileLoss.Builder,WeightedQuantileLoss>
| Modifier and Type | Method and Description |
|---|---|
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 |
quantile(Double quantile)
The quantile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWeightedQuantileLoss.Builder quantile(Double quantile)
The quantile. Quantiles divide a probability distribution into regions of equal probability. For example, if the distribution was divided into 5 regions of equal probability, the quantiles would be 0.2, 0.4, 0.6, and 0.8.
quantile - The quantile. Quantiles divide a probability distribution into regions of equal probability. For
example, if the distribution was divided into 5 regions of equal probability, the quantiles would be
0.2, 0.4, 0.6, and 0.8.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.
lossValue - The difference between the predicted value and the actual value over the quantile, weighted
(normalized) by dividing by the sum over all quantiles.Copyright © 2020. All rights reserved.