PHP 8.4.6 Released!

fann_get_num_output

(PECL fann >= 1.0.0)

fann_get_num_outputGet the number of output neurons

Description

fann_get_num_output(resource $ann): int

Get the number of output neurons.

Parameters

ann

Neural network resource.

Return Values

Number of output neurons, or false on error

User Contributed Notes

There are no user contributed notes for this page.
To Top