fann_get_num_input

(PECL fann >= 1.0.0)

fann_get_num_inputGet the number of input neurons

Опис

fann_get_num_input(resource $ann): int

Get the number of input neurons.

Параметри

ann

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

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

Number of input neurons, or false on error

add a note

User Contributed Notes

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