Phpml\Clustering\KMeans\Point::offsetExists PHP Метод

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

public offsetExists ( mixed $offset ) : boolean
$offset mixed
Результат boolean
    public function offsetExists($offset)
    {
        return isset($this->coordinates[$offset]);
    }