fann_get_num_input
Name
fann_get_num_input -- Get the number of input neurons.
Description
int fann_get_num_input(resource ann);
fann_get_num_input
will return the number of input neurons in
ann.
See also fann_get_num_output
, fann_get_total_neurons
.
This function appears in FANN-PHP >= 0.1.0.