MCordingley\Regression\Tests\Algorithm\GradientDescent\BatchTest::makeRegression PHP Method

makeRegression() protected method

protected makeRegression ( ) : MCordingley\Regression\Algorithm\Algorithm
return MCordingley\Regression\Algorithm\Algorithm
    protected function makeRegression()
    {
        return new Batch(new LogisticGradient(), new Adam(), new GradientNorm());
    }