PHP Class MCordingley\Regression\Tests\Algorithm\GradientDescent\GradientDescent

Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Exibir arquivo Open project: mcordingley/regression

Public Methods

Method Description
testRegression ( )

Protected Methods

Method Description
getExpectedCoefficients ( ) : array
makeRegression ( ) : MCordingley\Regression\Algorithm\Algorithm

Private Methods

Method Description
getLogisticObservations ( ) : Observations

Method Details

getExpectedCoefficients() abstract protected method

abstract protected getExpectedCoefficients ( ) : array
return array

makeRegression() abstract protected method

abstract protected makeRegression ( ) : MCordingley\Regression\Algorithm\Algorithm
return MCordingley\Regression\Algorithm\Algorithm

testRegression() public method

public testRegression ( )