fann_sys::fann_get_cascade_activation_functions
[−]
[src]
pub unsafe extern fn fann_get_cascade_activation_functions(ann: *const fann) -> *mut fann_activationfunc_enum
The cascade activation functions array is an array of the different activation functions used by the candidates.
See fann_get_cascade_num_candidates
for a description of which candidate neurons will be
generated by this array.
The default activation functions is {FANN_SIGMOID
, FANN_SIGMOID_SYMMETRIC
,
FANN_GAUSSIAN
, FANN_GAUSSIAN_SYMMETRIC
, FANN_ELLIOTT
, FANN_ELLIOTT_SYMMETRIC
,
FANN_SIN_SYMMETRIC
, FANN_COS_SYMMETRIC
, FANN_SIN
, FANN_COS
}
See also
fann_get_cascade_activation_functions_count
, fann_set_cascade_activation_functions
,
fann_activationfunc_enum
This function appears in FANN >= 2.0.0.