fann_get_connection_array
PHP Manual
PHP Manual»Fann İşlevleri»fann_get_connection_array

fann_get_connection_array

(PECL fann >= 1.0.0)

fann_get_connection_arrayGet connections in the network

Açıklama

function fann_get_connection_array(resource $ann): array

Get connections in the network.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

An array of connections in the network

To Top