PHP.nl

fann_get_cascade_num_candidate_groups

fann_get_cascade_num_candidate_groups

Returns the number of candidate groups

int **fann_get_cascade_num_candidate_groups** resource $ann

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 for a description of which candidate neurons will be generated by this parameter. fann_get_cascade_num_candidates

The default number of candidate groups is 2.

annThe number of candidate groups, or false on error.

fann_set_cascade_num_candidate_groups