bucketBounds property

List<double>? bucketBounds
getter/setter pair

Two adjacent values form a histogram bucket.

Values should be in ascending order. For example, if [5, 10, 15] are provided, four buckets are created: (-inf, 5), 5, 10), [10, 15), [15, inf). At most 20 [buckets_bound is supported.

Required.

Implementation

core.List<core.double>? bucketBounds;