thresholds property

List<double> get thresholds

Returns the quantile thresholds.

Implementation

List<double> get thresholds => List.unmodifiable(_thresholds);