php8.5
Home/ Manual/ fann / functions/ fann_scale_input

fann_scale_input

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Scale data in input vector before feed it to ann based on previously calculated parameters

Description

fann_scale_input(resource $ann, array $input_vector): bool

Scale data in input vector before feed it to ann based on previously calculated parameters.

Parameters

ann

Description

input_vector

Input vector that will be scaled

Return Values Bool

See Also

Source: reference/fann/functions/fann-scale-input.xml · from the official PHP manual (php/doc-en)