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