Phpml\Clustering\KMeans\Cluster::detachAll PHP Method

detachAll() public method

public detachAll ( SplObjectStorage $points )
$points SplObjectStorage
    public function detachAll(SplObjectStorage $points)
    {
        $this->points->removeAll($points);
    }