php8.5
Home/ Manual/ fann / functions/ fann_save_train

fann_save_train

PHP function Edit on GitHub ✎

(PECL fann >= 1.0.0)

Save the training structure to a file

Description

fann_save_train(resource $data, string $file_name): bool

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

Parameters

data

Description

file_name

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

Return Values Bool

See Also

Source: reference/fann/functions/fann-save-train.xml · from the official PHP manual (php/doc-en)