(PECL fann >= 1.0.0)
Get the total number of connections in the entire network
int fann_get_total_connections ( resource $ann )
Get the total number of connections in the entire network.
Parameters:
ann
Neural network resource.
Returns:
Total number of connections in the entire network, or FALSE
on error
Please login to continue.