fann_get_bias_array
PHP Manual
PHP Manual»Функції Fann»fann_get_bias_array

fann_get_bias_array

(PECL fann >= 1.0.0)

fann_get_bias_arrayGet 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

Ресурс (resource) нейронної мережі.

Значення, що повертаються

An array of numbers of bias in each layer

To Top