Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
MCordingley
Regression
Algorithm
GradientDescent
Stochastic
PHP Class MCordingley\Regression\Algorithm\GradientDescent\Stochastic
Inheritance:
extends
GradientDescent
Show file
Open project: mcordingley/regression
Protected Methods
Method
Description
calculateGradient
(
Observations
$observations
,
array
$coefficients
) :
array
Method Details
calculateGradient()
protected
method
protected
calculateGradient
(
Observations
$observations
,
array
$coefficients
) :
array
$observations
MCordingley\Regression\Observations
$coefficients
array
return
array