(PECL fann >= 1.0.0)
Scale input and output data based on previously calculated parameters
bool fann_scale_train ( resource $ann, resource $train_data )
Scale 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.