fann_save
Name
fann_save -- Save an artificial neural network to a file.
Description
bool fann_save(resource ann, string filename);
fann_save
will save ann to filename,
returning TRUE on success or FALSE on failure.
See also fann_create
.
This function appears in FANN-PHP >= 0.1.0.