Phpml\Clustering\KMeans\Point::offsetExists PHP 메소드

offsetExists() 공개 메소드

public offsetExists ( mixed $offset ) : boolean
$offset mixed
리턴 boolean
    public function offsetExists($offset)
    {
        return isset($this->coordinates[$offset]);
    }