fann_save_train
Save the training structure to a file
Description
bool fann_save_train(resource $data, string $file_name)
Parameters
-
data
-
Neural network training data resource.
-
file_name
-
The file name of the file where training data is saved to.
Return Values
Returns true on success, or false otherwise.
See Also
- fann_read_train_from_file