php man page for fann_save

Query: fann_save

OS: php

Section: 3

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

FANN_SAVE(3)								 1							      FANN_SAVE(3)

fann_save - Saves the entire network to a configuration file

SYNOPSIS
bool fann_save (resource $ann, string $configuration_file)
DESCRIPTION
Saves the entire network to a configuration file. The configuration file contains all information about the neural network and enables fann_create_from_file(3) to create an exact copy of the neural network and all of the parameters associated with the neural network. These three parameters (fann_set_callback(3), fann_set_error_log(3), fann_set_user_data(3)) are NOT saved to the file because they cannot safely be ported to a different location. Also temporary parameters generated during training like fann_get_MSE(3) is not saved.
PARAMETERS
o $ann -Neural network resource. o $configuration_file - The configuration file path.
RETURN VALUES
Returns TRUE on success, or FALSE otherwise.
SEE ALSO
fann_create_from_file(3). PHP Documentation Group FANN_SAVE(3)
Related Man Pages
fann_create_sparse_array(3) - php
fann_train_on_data(3) - php
fann_init_weights(3) - php
fann_set_activation_steepness(3) - php
fann_set_callback(3) - php
Similar Topics in the Unix Linux Community
Neural Network Framework 1.0.0 (Default branch)
Neural Network Framework 1.0.1 (Default branch)
Neural Network Framework 1.1.0 (Default branch)
Neural Network Framework 1.1.5 (Default branch)
Geeks Artificial Neural Network 1.4 (Default branch)