categoryCounts property

List<CategoryCount>? categoryCounts
getter/setter pair

Counts of all categories for the categorical feature.

If there are more than ten categories, we return top ten (by count) and return one more CategoryCount with category "OTHER" and count as aggregate counts of remaining categories.

Implementation

core.List<CategoryCount>? categoryCounts;