WeightedQuantileLoss class
The weighted loss value for a quantile. This object is part of the Metrics object.
Constructors
- WeightedQuantileLoss({double? lossValue, double? quantile})
-
WeightedQuantileLoss.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lossValue → double?
-
The difference between the predicted value and the actual value over the
quantile, weighted (normalized) by dividing by the sum over all quantiles.
final
- quantile → double?
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited