centroidId = $centroidId; } public function getCentroidId() { return $this->centroidId; } public function setClusterRadius($clusterRadius) { $this->clusterRadius = $clusterRadius; } public function getClusterRadius() { return $this->clusterRadius; } public function setClusterSize($clusterSize) { $this->clusterSize = $clusterSize; } public function getClusterSize() { return $this->clusterSize; } }