Class ClusterInfo (3.33.0)

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

Information about a single cluster for clustering model.

Attributes

Name Description
centroid_id int
Centroid id.
cluster_radius google.protobuf.wrappers_pb2.DoubleValue
Cluster radius, the average distance from centroid to each point assigned to the cluster.
cluster_size google.protobuf.wrappers_pb2.Int64Value
Cluster size, the total number of points assigned to the cluster.