google_api_big_query v0.31.0 GoogleApi.BigQuery.V2.Model.Cluster 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
Link to this type
t()
View Sourcet() :: %GoogleApi.BigQuery.V2.Model.Cluster{
centroidId: String.t(),
count: String.t(),
featureValues: [GoogleApi.BigQuery.V2.Model.FeatureValue.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.