PHP 8.3.4 Released!

fann_get_bias_array

(PECL fann >= 1.0.0)

fann_get_bias_arrayGet the number of bias in each layer in the network

Descrição

fann_get_bias_array(resource $ann): array

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

Parâmetros

ann

resource da rede neural.

Valor Retornado

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