Please note -> ALLfann scaling related functions are not functional.
They are implemented wrong so the scaling is calculated within the library but it's not referenced back to the input variables.
(PECL fann >= 1.0.0)
fann_scale_input — Scale data in input vector before feed it to ann based on previously calculated parameters
$ann
, array $input_vector
)Scale data in input vector before feed it to ann based on previously calculated parameters.
ann
Resource eines neuralen Netzwerks.
input_vector
Input vector that will be scaled
Gibt TRUE
bei Erfolg, sonst FALSE
zurück.