fann_save_train

(PECL fann >= 1.0.0)
Save the training structure to a file
bool fann_save_train ( resource $data, string $file_name )

Save the training data to a file, with the format as specified in fann_read_train_from_file().

Parameters:
data

Neural network training data resource.

file_name

The file name of the file where training data is saved to.

Returns:

Returns TRUE on success, or FALSE otherwise.

See also:

fann_read_train_from_file() -

doc_php
2016-02-24 16:05:53
Comments
Leave a Comment

Please login to continue.