(PECL fann >= 1.0.0)
fann_set_cascade_candidate_limit — Sets the candidate limit
$ann
, float $cascade_candidate_limit
): boolSets the candidate limit.
ann
ニューラルネットワークリソース。
cascade_candidate_limit
The candidate limit.
成功した場合に true
、それ以外の場合に false
を返します。