public final class Cluster
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Cluster() |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
clone() |
java.lang.Long |
getCentroidId()
Centroid id.
|
java.lang.Long |
getCount()
Count of training data rows that were assigned to this cluster.
|
java.util.List<FeatureValue> |
getFeatureValues()
Values of highly variant features for this cluster.
|
Cluster |
set(java.lang.String fieldName,
java.lang.Object value) |
Cluster |
setCentroidId(java.lang.Long centroidId)
Centroid id.
|
Cluster |
setCount(java.lang.Long count)
Count of training data rows that were assigned to this cluster.
|
Cluster |
setFeatureValues(java.util.List<FeatureValue> featureValues)
Values of highly variant features for this cluster.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getCentroidId()
null for nonepublic Cluster setCentroidId(java.lang.Long centroidId)
centroidId - centroidId or null for nonepublic java.lang.Long getCount()
null for nonepublic Cluster setCount(java.lang.Long count)
count - count or null for nonepublic java.util.List<FeatureValue> getFeatureValues()
null for nonepublic Cluster setFeatureValues(java.util.List<FeatureValue> featureValues)
featureValues - featureValues or null for nonepublic Cluster set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Cluster clone()
clone in class com.google.api.client.json.GenericJson