All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquery.model.Cluster.html Maven / Gradle / Ivy

There is a newer version: v2-rev20241027-2.0.0
Show newest version






Cluster (BigQuery API v2-rev20240905-2.0.0)












com.google.api.services.bigquery.model

Class Cluster

    • Constructor Detail

      • Cluster

        public Cluster()
    • Method Detail

      • getCentroidId

        public Long getCentroidId()
        Centroid id.
        Returns:
        value or null for none
      • setCentroidId

        public Cluster setCentroidId(Long centroidId)
        Centroid id.
        Parameters:
        centroidId - centroidId or null for none
      • getCount

        public Long getCount()
        Count of training data rows that were assigned to this cluster.
        Returns:
        value or null for none
      • setCount

        public Cluster setCount(Long count)
        Count of training data rows that were assigned to this cluster.
        Parameters:
        count - count or null for none
      • getFeatureValues

        public List<FeatureValue> getFeatureValues()
        Values of highly variant features for this cluster.
        Returns:
        value or null for none
      • setFeatureValues

        public Cluster setFeatureValues(List<FeatureValue> featureValues)
        Values of highly variant features for this cluster.
        Parameters:
        featureValues - featureValues or null for none
      • set

        public Cluster set(String fieldName,
                           Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public Cluster clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy