fann_sys::fann_get_cascade_num_candidate_groups
[−]
[src]
pub unsafe extern fn fann_get_cascade_num_candidate_groups(ann: *const fann) -> c_uint
The number of candidate groups is the number of groups of identical candidates which will be used during training.
This number can be used to have more candidates without having to define new parameters for the candidates.
See fann_get_cascade_num_candidates
for a description of which candidate neurons will be
generated by this parameter.
The default number of candidate groups is 2.
See also
fann_set_cascade_num_candidate_groups
This function appears in FANN >= 2.0.0.