Show / Hide Table of Contents

Class Cluster

Message containing the information about one cluster.

Inheritance
object
Cluster
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX