fann_get_total_connections
(PECL fann >= 1.0.0)
fann_get_total_connections — 獲取整個網路中所有的連線數。
說明
fann_get_total_connections(resource
$ann
): int獲取整個網路中所有的連線數。
參數
-
ann
-
神經網路 資源。
返回值
成功,則返回整個網路中所有的連線數, 錯誤則返回 false
.