Query: fann_set_training_algorithm
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_SET_TRAINING_ALGORITHM(3) 1 FANN_SET_TRAINING_ALGORITHM(3) fann_set_training_algorithm - Sets the training algorithmSYNOPSISbool fann_set_training_algorithm (resource $ann, int $training_algorithm)DESCRIPTIONSets the training algorithm. More info available in fann_get_training_algorithm(3).PARAMETERSo $ann -Neural network resource. o $training_algorithm -Training algorithm constantRETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_get_training_algorithm(3). PHP Documentation Group FANN_SET_TRAINING_ALGORITHM(3)