CakeFest 2024: The Official CakePHP Conference

fann_get_cascade_activation_functions_count

(PECL fann >= 1.0.0)

fann_get_cascade_activation_functions_countReturns the number of cascade activation functions

説明

fann_get_cascade_activation_functions_count(resource $ann): int

The number of activation functions in the fann_get_cascade_activation_functions() array.

The default number of activation functions is 6.

パラメータ

ann

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

戻り値

The number of cascade activation functions, or false on error.

参考

add a note

User Contributed Notes

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