clusters = $clusters; } /** * @return Cluster[] */ public function getClusters() { return $this->clusters; } public function setDaviesBouldinIndex($daviesBouldinIndex) { $this->daviesBouldinIndex = $daviesBouldinIndex; } public function getDaviesBouldinIndex() { return $this->daviesBouldinIndex; } public function setMeanSquaredDistance($meanSquaredDistance) { $this->meanSquaredDistance = $meanSquaredDistance; } public function getMeanSquaredDistance() { return $this->meanSquaredDistance; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClusteringMetrics::class, 'Google_Service_Bigquery_ClusteringMetrics');