Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Phpml
NeuralNetwork
Training
PHP Interface Phpml\NeuralNetwork\Training
Datei anzeigen
Open project: php-ai/php-ml
Public Methods
Method
Description
train
(
array
$samples
,
array
$targets
,
float
$desiredError
= 0.001,
integer
$maxIterations
= 10000 )
Method Details
train()
public
method
public
train
(
array
$samples
,
array
$targets
,
float
$desiredError
= 0.001,
integer
$maxIterations
= 10000 )
$samples
array
$targets
array
$desiredError
float
$maxIterations
integer