PHP Interface MCordingley\Regression\Algorithm\GradientDescent\Schedule\Schedule

Afficher le fichier Open project: mcordingley/regression Interface Usage Examples

Méthodes publiques

Méthode Description
step ( integer $featureIndex ) : float
update ( array $gradient ) : void

Method Details

step() public méthode

public step ( integer $featureIndex ) : float
$featureIndex integer
Résultat float

update() public méthode

public update ( array $gradient ) : void
$gradient array
Résultat void