PHP 클래스 MCordingley\Regression\Algorithm\GradientDescent\Batch

상속: extends GradientDescent
파일 보기 프로젝트 열기: mcordingley/regression

보호된 메소드들

메소드 설명
calculateGradient ( Observations $observations, array $coefficients ) : array

메소드 상세

calculateGradient() 보호된 메소드

protected calculateGradient ( Observations $observations, array $coefficients ) : array
$observations MCordingley\Regression\Observations
$coefficients array
리턴 array