Query: fann_train_on_data
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_TRAIN_ON_DATA(3) 1 FANN_TRAIN_ON_DATA(3) fann_train_on_data - Trains on an entire dataset for a period of timeSYNOPSISbool fann_train_on_data (resource $ann, resource $data, int $max_epochs, int $epochs_between_reports, float $desired_error)DESCRIPTIONTrains on an entire dataset for a period of time. This training uses the training algorithm chosen by fann_set_training_algorithm(3) and the parameters set for these training algorithms.PARAMETERSo $ann -Neural network resource. o $data -Neural network training data resource. o $max_epochs - The maximum number of epochs the training should continue o $epochs_between_reports - The number of epochs between calling a callback function. A value of zero means that user function is not called. o $desired_error - The desired fann_get_MSE(3) or fann_get_bit_fail(3), depending on the stop function chosen by fann_set_train_stop_function(3)RETURN VALUESReturns TRUE on success, or FALSE otherwise.SEE ALSOfann_train_on_file(3), fann_train_epoch(3), fann_get_bit_fail(3), fann_get_MSE(3), fann_set_train_stop_function(3), fann_set_training_algo- rithm(3), fann_set_callback(3). PHP Documentation Group FANN_TRAIN_ON_DATA(3)
Similar Topics in the Unix Linux Community |
---|
vi and pico |
HP UX Training |
C Brain Teaser |
LinuxCBT/UnixCBT video training recommended? |
Implementing PowerVM without spending a single dollar |