PHP 7.0.6 Released

fann_get_connection_array

(PECL fann >= 1.0.0)

fann_get_connection_arrayGet connections in the network

Description

array fann_get_connection_array ( resource $ann )

Get connections in the network.

Parameters

ann

Neural network resource.

Return Values

An array of connections in the network

User Contributed Notes

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