fann_set_error_log

(PECL fann >= 1.0.0) Sets where the errors are logged to void fann_set_error_log ( resource $errdat, string $log_file ) Sets where the errors are logged to. Parameters: errdat Either neural network resource or neural network trainining data resource. log_file The log file path. Returns: No value is returned.

fann_set_cascade_weight_multiplier

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

fann_set_cascade_output_stagnation_epochs

(PECL fann >= 1.0.0) Sets the number of cascade output stagnation epochs bool fann_set_cascade_output_stagnation_epochs ( resource $ann, int $cascade_output_stagnation_epochs ) Sets the number of cascade output stagnation epochs. Parameters: ann Neural network resource. cascade_output_stagnation_epochs The number of cascade output stag

fann_set_cascade_output_change_fraction

(PECL fann >= 1.0.0) Sets the cascade output change fraction bool fann_set_cascade_output_change_fraction ( resource $ann, float $cascade_output_change_fraction ) Sets the cascade output change fraction. Parameters: ann Neural network resource. cascade_output_change_fraction The cascade output change fraction. Retur

fann_set_cascade_num_candidate_groups

(PECL fann >= 1.0.0) Sets 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. Parameters: ann Neural network resource. cascade_num_candidate_groups The number of candidate groups. Returns: Returns TRU

fann_set_cascade_min_out_epochs

(PECL fann >= 1.0.0) Sets the minimum out epochs bool fann_set_cascade_min_out_epochs ( resource $ann, int $cascade_min_out_epochs ) Sets the minimum out epochs. Parameters: ann Neural network resource. cascade_min_out_epochs The minimum out epochs. Returns: Returns TRUE on success, or FALSE otherwise.

fann_set_cascade_min_cand_epochs

(PECL fann >= 1.0.0) Sets the min candidate epochs bool fann_set_cascade_min_cand_epochs ( resource $ann, int $cascade_min_cand_epochs ) Sets the min candidate epochs. Parameters: ann Neural network resource. cascade_min_cand_epochs The minimum candidate epochs. Returns: Returns TRUE on success, or FALSE otherw

fann_set_cascade_max_out_epochs

(PECL fann >= 1.0.0) Sets the maximum out epochs bool fann_set_cascade_max_out_epochs ( resource $ann, int $cascade_max_out_epochs ) Sets the maximum out epochs. Parameters: ann Neural network resource. cascade_max_out_epochs The maximum out epochs. Returns: Returns TRUE on success, or FALSE otherwise.

fann_set_cascade_max_cand_epochs

(PECL fann >= 1.0.0) Sets the max candidate epochs bool fann_set_cascade_max_cand_epochs ( resource $ann, int $cascade_max_cand_epochs ) Sets the max candidate epochs. Parameters: ann Neural network resource. cascade_max_cand_epochs The max candidate epochs. Returns: Returns TRUE on success, or FALSE otherwise.

fann_set_cascade_candidate_stagnation_epochs

(PECL fann >= 1.0.0) Sets the number of cascade candidate stagnation epochs bool fann_set_cascade_candidate_stagnation_epochs ( resource $ann, int $cascade_candidate_stagnation_epochs ) Sets the number of cascade candidate stagnation epochs. Parameters: ann Neural network resource. cascade_candidate_stagnation_epochs The number of casc