(PECL fann >= 1.0.0)
Get the number of input neurons
int fann_get_num_input ( resource $ann )
Get the number of input neurons.
Parameters:
ann
Neural network resource.
Returns:
Number of input neurons, or FALSE
on error
Please login to continue.