Message containing the information about one cluster.
-
centroidId(type:String.t, default:nil) - Centroid id. -
count(type:String.t, default:nil) - Count of training data rows that were assigned to this cluster. -
featureValues(type:list(GoogleApi.BigQuery.V2.Model.FeatureValue.t), default:nil) - Values of highly variant features for this cluster.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.Cluster{
centroidId: String.t(),
count: String.t(),
featureValues: [GoogleApi.BigQuery.V2.Model.FeatureValue.t()]
}