(PECL fann >= 1.0.0)
Sets the weight multiplier
bool fann_set_cascade_weight_multiplier ( resource $ann, float $cascade_weight_multiplier )
Sets the weight multiplier.
Parameters:
ann
Neural network resource.
cascade_weight_multiplier
The weight multiplier.
Returns:
Returns TRUE
on success, or FALSE
otherwise.
See also:
Please login to continue.