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

attachAll() public method

public attachAll ( SplObjectStorage $points )
$points SplObjectStorage
    public function attachAll(SplObjectStorage $points)
    {
        $this->points->addAll($points);
    }