PHP 8.4.26 Released!

fann_get_bias_array

(PECL fann >= 1.0.0)

fann_get_bias_array — Get the number of bias in each layer in the network

説明

function fann_get_bias_array(resource $ann): array

Get the number of bias in each layer in the network.

パラメータ

ann

ニューラルネットワークリソース。

戻り値

An array of numbers of bias in each layer

+add a note

User Contributed Notes

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