fann_set_scaling_params
(PECL fann >= 1.0.0)
Calculate input and output scaling parameters for future use based on training data
Description
Calculate input and output scaling parameters for future use based on training data.
Parameters
annDescription
train_dataDescription
new_input_minThe desired lower bound in input data after scaling (not strictly followed)
new_input_maxThe desired upper bound in input data after scaling (not strictly followed)
new_output_minThe desired lower bound in output data after scaling (not strictly followed)
new_output_maxThe desired upper bound in output data after scaling (not strictly followed)