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

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

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