Representative value of a single feature within the cluster.
-
categoricalValue
(type:GoogleApi.BigQuery.V2.Model.CategoricalValue.t
, default:nil
) - The categorical feature value. -
featureColumn
(type:String.t
, default:nil
) - The feature column name. -
numericalValue
(type:float()
, default:nil
) - The numerical feature value. This is the centroid value for this feature.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.FeatureValue{ categoricalValue: GoogleApi.BigQuery.V2.Model.CategoricalValue.t(), featureColumn: String.t(), numericalValue: float() }