counts property

List<BucketizedCount>? counts
getter/setter pair

Count within each bucket.

Its size is the length of NumericBucketingOption.bucket_bounds plus 1.

Implementation

core.List<BucketizedCount>? counts;