parent root
PHP: fann_get_num_input - Manual

fann_get_num_input

(PECL fann >= 1.0.0)

fann_get_num_inputGet the number of input neurons

Description

fann_get_num_input ( resource $ann ) : int

Get the number of input neurons.

Parameters

ann

Neural network resource.

Return Values

Number of input neurons, or FALSE on error

add a noteadd a note

User Contributed Notes

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