fann_get_cascade_activation_functions_count

(PECL fann >= 1.0.0)

fann_get_cascade_activation_functions_countReturns the number of cascade activation functions

Опис

int fann_get_cascade_activation_functions_count ( resource $ann )

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

The default number of activation functions is 6.

Параметри

ann

Neural network resource.

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

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

Прогляньте Також

add a note add a note

User Contributed Notes

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