fann_set_cascade_candidate_limit
(PECL fann >= 1.0.0)
fann_set_cascade_candidate_limit — Sets the candidate limit
Description
$ann
, float $cascade_candidate_limit
): boolSets the candidate limit.
Parameters
-
ann
-
Neural network resource.
-
cascade_candidate_limit
-
The candidate limit.
Return Values
Returns true
on success, or false
otherwise.