(PECL fann >= 1.0.0)
fann_scale_train_data — Scales the inputs and outputs in the training data to the specified range
$train_data
, float $new_min
, float $new_max
)Scales the inputs and outputs in the training data to the specified range.
train_dataRessource de données d'entrainement du réseau de neurones.
new_minNew minimum after scaling inputs and outputs in training data.
new_maxNew maximum after scaling inputs and outputs in training data.
Retourne TRUE en cas de succès, FALSE sinon.