Dutch PHP Conference 2025 - Call For Papers

fann_get_num_output

(PECL fann >= 1.0.0)

fann_get_num_outputGet the number of output neurons

Опис

fann_get_num_output(resource $ann): int

Get the number of output neurons.

Параметри

ann

Ресурс (resource) нейронної мережі.

Значення, що повертаються

Number of output neurons, or false on error

add a note

User Contributed Notes

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