PHP 8.3.4 Released!

fann_get_cascade_num_candidate_groups

(PECL fann >= 1.0.0)

fann_get_cascade_num_candidate_groupsReturns the number of candidate groups

Description

fann_get_cascade_num_candidate_groups(resource $ann): int

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.

Liste de paramètres

ann

Ressource de réseau de neurones.

Valeurs de retour

The number of candidate groups, or false on error.

Voir aussi

add a note

User Contributed Notes

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