Show / Hide Table of Contents

Class FeatureValue

Representative value of a single feature within the cluster.

Inheritance
object
FeatureValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX