GoogleApi.BigQuery.V2.Model.Cluster (google_api_big_query v0.63.0) View Source
Message containing the information about one cluster.
Attributes
-
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.Cluster{
centroidId: String.t() | nil,
count: String.t() | nil,
featureValues: [GoogleApi.BigQuery.V2.Model.FeatureValue.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.