(PECL fann >= 1.0.0)
Descale input and output data based on previously calculated parameters
bool fann_descale_train ( resource $ann, resource $train_data )
Descale input and output data based on previously calculated parameters.
Parameters:
ann
Neural network resource.
train_data
Neural network training data resource.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.