update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the number of candidate groups

fann_set_cascade_num_candidate_groups

(PECL fann >= 1.0.0)

fann_set_cascade_num_candidate_groupsSets 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.

인수

ann

Neural network resource.

cascade_num_candidate_groups

The number of candidate groups.

반환값

Returns TRUE on success, or FALSE otherwise.

참고