php man page for fann_train_on_data

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 time

SYNOPSIS
bool fann_train_on_data (resource $ann, resource $data, int $max_epochs, int $epochs_between_reports, float $desired_error)
DESCRIPTION
Trains 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.
PARAMETERS
o $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 VALUES
Returns TRUE on success, or FALSE otherwise.
SEE ALSO
fann_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)
Related Man Pages
fann_train_on_data(3) - php
fann_cascadetrain_on_data(3) - php
fann_get_bit_fail(3) - php
fann_set_activation_steepness(3) - php
fann_train_epoch(3) - php
Similar Topics in the Unix Linux Community
vi and pico
Help training for Unix Sys Admin
Problems understanding example code
Recommendation help...
Implementing PowerVM without spending a single dollar