Query: fann_get_training_algorithm
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_TRAINING_ALGORITHM(3) 1 FANN_GET_TRAINING_ALGORITHM(3) fann_get_training_algorithm - Returns the training algorithmSYNOPSISint fann_get_training_algorithm (resource $ann)DESCRIPTIONReturns the training algorithm. This training algorithm is used by fann_train_on_data(3) and associated functions. Note that this algorithm is also used during fann_cascadetrain_on_data(3), although only FANN_TRAIN_RPROP and FANN_TRAIN_QUICKPROP is allowed during cascade training.PARAMETERSo $ann -Neural network resource.RETURN VALUESTraining algorithm constant, or FALSE on error.SEE ALSOfann_set_training_algorithm(3). PHP Documentation Group FANN_GET_TRAINING_ALGORITHM(3)
Related Man Pages |
---|
fann_train_on_data(3) - php |
fann_cascadetrain_on_file(3) - php |
fann_get_bit_fail(3) - php |
fann_get_cascade_candidate_stagnation_epochs(3) - php |
fann_init_weights(3) - php |