Class CategoricalValue (3.33.0)

CategoricalValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Representative value of a categorical feature.

Attribute

Name Description
category_counts Sequence[google.cloud.bigquery_v2.types.Model.ClusteringMetrics.Cluster.FeatureValue.CategoricalValue.CategoryCount]
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.

Classes

CategoryCount

CategoryCount(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the count of a single category within the cluster.