Fann 函数
PHP Manual

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.

参见


Fann 函数
PHP Manual