Phpml\Clustering\KMeans\Cluster::detach PHP Метод

detach() публичный Метод

public detach ( Point $point ) : Point
$point Point
Результат Point
    public function detach(Point $point)
    {
        $this->points->detach($point);
        return $point;
    }