Query: fann_set_learning_rate
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_SET_LEARNING_RATE(3) 1 FANN_SET_LEARNING_RATE(3) fann_set_learning_rate - Sets the learning rateSYNOPSISbool fann_set_learning_rate (resource $ann, float $learning_rate)DESCRIPTIONSets the learning rate. More info available in fann_get_learning_rate(3).PARAMETERSo $ann -Neural network resource. o $learning_rate - The learning rate.RETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_get_learning_rate(3), fann_set_training_algorithm(3). PHP Documentation Group FANN_SET_LEARNING_RATE(3)