Class Cluster
Message containing the information about one cluster.
Implements
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class Cluster : IDirectResponseSchema
Properties
CentroidId
Centroid id.
Declaration
[JsonProperty("centroidId")]
public virtual long? CentroidId { get; set; }
Property Value
Type | Description |
---|---|
long? |
Count
Count of training data rows that were assigned to this cluster.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeatureValues
Values of highly variant features for this cluster.
Declaration
[JsonProperty("featureValues")]
public virtual IList<FeatureValue> FeatureValues { get; set; }
Property Value
Type | Description |
---|---|
IList<FeatureValue> |