(PECL fann >= 1.0.0)
fann_scale_output_train_data — Scales the outputs in the training data to the specified range
$train_data
, float $new_min
, float $new_max
) : boolScales the outputs in the training data to the specified range.
train_dataresource a datelor pentru antrenarea rețelei neuronale.
new_minNew minimum after scaling outputs in training data.
new_maxNew maximum after scaling outputs in training data.
Întoarce TRUE în caz de succes, sau FALSE în caz contrar.