Class FeatureValue
Representative value of a single feature within the cluster.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class FeatureValue : IDirectResponseSchema
Properties
CategoricalValue
The categorical feature value.
Declaration
[JsonProperty("categoricalValue")]
public virtual CategoricalValue CategoricalValue { get; set; }
Property Value
Type | Description |
---|---|
CategoricalValue |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureColumn
The feature column name.
Declaration
[JsonProperty("featureColumn")]
public virtual string FeatureColumn { get; set; }
Property Value
Type | Description |
---|---|
string |
NumericalValue
The numerical feature value. This is the centroid value for this feature.
Declaration
[JsonProperty("numericalValue")]
public virtual double? NumericalValue { get; set; }
Property Value
Type | Description |
---|---|
double? |