FANN_SCALE_TRAIN(3) 1 FANN_SCALE_TRAIN(3)
fann_scale_train - Scale input and output data based on previously calculated parameters
SYNOPSIS
bool fann_scale_train (resource $ann, resource $train_data)
DESCRIPTION
Scale input and output data based on previously calculated parameters.
PARAMETERS
o $ann
-Neural network resource.
o $train_data
-Neural network training data resource.
RETURN VALUES
Returns TRUE on success, or FALSE otherwise.
SEE ALSO
fann_descale_train(3), fann_set_scaling_params(3).
PHP Documentation Group FANN_SCALE_TRAIN(3)