fann_get_total_neurons

(PECL fann >= 1.0.0)

fann_get_total_neurons獲取整個網(wǎng)絡(luò)中神經(jīng)元的數(shù)量。

說明

fann_get_total_neurons(resource $ann): int

獲取整個網(wǎng)絡(luò)中神經(jīng)元的數(shù)量。 這個數(shù)量也包括偏置神經(jīng)元,因此一個2-4-2的網(wǎng)絡(luò)有2+4+2+2(偏置神經(jīng)元)=10個神經(jīng)元。

參數(shù)

ann

神經(jīng)網(wǎng)絡(luò) 資源

返回值

成功,則返回整個網(wǎng)絡(luò)神經(jīng)元的數(shù)量, 錯誤則返回 false .