Searched refs:getRandomPoint (Results 1 – 1 of 1) sorted by relevance
113 public function getRandomPoint(Point $min, Point $max): Point function in KMeans\\Space224 $clusters[] = new Cluster($this, $this->getRandomPoint($min, $max)->getCoordinates());