fann_descale_train
(PECL fann >= 1.0.0)
fann_descale_train — Descale input and output data based on previously calculated parameters
Descrição
bool fann_descale_train
( resource
$ann
, resource $train_data
)Descale input and output data based on previously calculated parameters.
Valor Retornado
Returns TRUE on success, or FALSE otherwise.
Veja Também
- 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