fann_save_train

(PECL fann >= 1.0.0)

fann_save_trainSave the training structure to a file

Opis

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().

Parametry

data

Zasób (resource) danych treningowych sieci neuronowej..

file_name

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

Zwracane wartości

Zwraca TRUE przy powodzeniu, FALSE w przeciwnym wypadku.

Zobacz też:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top