php man page for fann_train_on_file

Query: fann_train_on_file

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FANN_TRAIN_ON_FILE(3)							 1						     FANN_TRAIN_ON_FILE(3)

fann_train_on_file - Trains on an entire dataset, which is read from file, for a period of time

SYNOPSIS
bool fann_train_on_file (resource $ann, string $filename, int $max_epochs, int $epochs_between_reports, float $desired_error)
DESCRIPTION
Trains on an entire dataset, which is read from file, 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 $filename - The file containing train data o $max_epochs - The maximum number of epochs the training should continue o $epochs_between_reports - The number of epochs between calling a user 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_data(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_FILE(3)
Related Man Pages
fann_train_on_data(3) - php
fann_cascadetrain_on_data(3) - php
fann_init_weights(3) - php
fann_set_callback(3) - php
fann_train_epoch(3) - php
Similar Topics in the Unix Linux Community
CHOWN Multiple Files
Problems understanding example code
Prepping for the RHEL Sysadmin & Cert'd Eng. exams
LinuxCBT/UnixCBT video training recommended?
Bad substitution issues.. but why?