fann_get_cascade_activation_steepnesses_count

(PECL fann >= 1.0.0)

fann_get_cascade_activation_steepnesses_countThe number of activation steepnesses

설명

int fann_get_cascade_activation_steepnesses_count ( resource $ann )

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

The default number of activation steepnesses is 4.

인수

ann

Neural network resource.

반환값

The number of activation steepnesses, or FALSE on error.

참고

add a note add a note

User Contributed Notes

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