WeightedQuantileLoss constructor

WeightedQuantileLoss({
  1. double? lossValue,
  2. double? quantile,
})

Implementation

WeightedQuantileLoss({
  this.lossValue,
  this.quantile,
});