(PECL fann >= 1.0.0)
Get the connection rate used when the network was created
float fann_get_connection_rate ( resource $ann )
Get the connection rate used when the network was created.
Parameters:
ann
Neural network resource.
Returns:
The connection rate used when the network was created, or FALSE
on error.
Please login to continue.