fann_scale_train
(PECL fann >= 1.0.0)
fann_scale_train — Scale input and output data based on previously calculated parameters
Beschreibung
$ann
, resource $train_data
): boolScale input and output data based on previously calculated parameters.
Parameter-Liste
-
ann
-
Ressource eines neuralen Netzwerks.
-
train_data
-
Ressource für Trainingsdaten eines neuralen Netzwerks.
Rückgabewerte
Gibt true
bei Erfolg, sonst false
zurück.
Siehe auch
- fann_descale_train() - Descale input and output data based on previously calculated parameters
- fann_set_scaling_params() - Calculate input and output scaling parameters for future use based on training data