MathPHP\Statistics\Regression\Regression::getPoints PHP Method

getPoints() public method

Get points
public getPoints ( ) : array
return array
    public function getPoints() : array
    {
        return $this->points;
    }