update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the number of cascade activation functions

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.

참고