PHP Interface Phpml\NeuralNetwork\Training

Afficher le fichier Open project: php-ai/php-ml

Méthodes publiques

Méthode Description
train ( array $samples, array $targets, float $desiredError = 0.001, integer $maxIterations = 10000 )

Method Details

train() public méthode

public train ( array $samples, array $targets, float $desiredError = 0.001, integer $maxIterations = 10000 )
$samples array
$targets array
$desiredError float
$maxIterations integer