MCordingley\Regression\Algorithm\Algorithm::regress PHP Method

regress() public method

public regress ( Observations $observations ) : array
$observations MCordingley\Regression\Observations
return array
    public function regress(Observations $observations) : array;
Algorithm