Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.clone() |
Cluster |
Cluster.set(String fieldName,
Object value) |
Cluster |
Cluster.setCentroidId(Long centroidId)
Centroid id.
|
Cluster |
Cluster.setCount(Long count)
Count of training data rows that were assigned to this cluster.
|
Cluster |
Cluster.setFeatureValues(List<FeatureValue> featureValues)
Values of highly variant features for this cluster.
|
Modifier and Type | Method and Description |
---|---|
List<Cluster> |
ClusteringMetrics.getClusters()
Information for all clusters.
|
Modifier and Type | Method and Description |
---|---|
ClusteringMetrics |
ClusteringMetrics.setClusters(List<Cluster> clusters)
Information for all clusters.
|
Copyright © 2011–2024 Google. All rights reserved.