(PECL fann >= 1.0.0)
Scales the outputs in the training data to the specified range
bool fann_scale_output_train_data ( resource $train_data, float $new_min, float $new_max )
Scales the outputs in the training data to the specified range.
Parameters:
train_data
Neural network training data resource.
new_min
New minimum after scaling outputs in training data.
new_max
New maximum after scaling outputs in training data.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.