(PECL fann >= 1.0.0)
Sets the number of candidate groups
bool fann_set_cascade_num_candidate_groups ( resource $ann, int $cascade_num_candidate_groups )
Sets the number of candidate groups.
Parameters:
ann
Neural network resource.
cascade_num_candidate_groups
The number of candidate groups.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.