fann_descale_train
(PECL fann >= 1.0.0)
fann_descale_train — Descale input and output data based on previously calculated parameters
Beschreibung
bool fann_descale_train
( resource
$ann
, resource $train_data
)Descale input and output data based on previously calculated parameters.
Parameter-Liste
Rückgabewerte
Gibt TRUE bei Erfolg, sonst FALSE zurück.
Siehe auch
- fann_scale_train() - Scale 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