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

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







ClusteringMetrics (BigQuery API v2-rev20190423-1.28.0)












com.google.api.services.bigquery.model

Class ClusteringMetrics

    • Constructor Detail

      • ClusteringMetrics

        public ClusteringMetrics()
    • Method Detail

      • getDaviesBouldinIndex

        public Double getDaviesBouldinIndex()
        Davies-Bouldin index.
        Returns:
        value or null for none
      • setDaviesBouldinIndex

        public ClusteringMetrics setDaviesBouldinIndex(Double daviesBouldinIndex)
        Davies-Bouldin index.
        Parameters:
        daviesBouldinIndex - daviesBouldinIndex or null for none
      • getMeanSquaredDistance

        public Double getMeanSquaredDistance()
        Mean of squared distances between each sample to its cluster centroid.
        Returns:
        value or null for none
      • setMeanSquaredDistance

        public ClusteringMetrics setMeanSquaredDistance(Double meanSquaredDistance)
        Mean of squared distances between each sample to its cluster centroid.
        Parameters:
        meanSquaredDistance - meanSquaredDistance or null for none
      • clone

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

Copyright © 2011–2019 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy