Voting

: three plus four?
(Example: nine)

The Note You're Voting On

saakyanalexandr at gmail dot com ΒΆ
5 years ago
fann_scale_input and fann_scale_output return not bool value. This function return scaling vector.

Example
$r = fann_scale_input($ann, $input);
$output = fann_run($ann, $input);
$s = fann_scale_output ( $ann, $output);

$r and $s is array

<< Back to user notes page

To Top