Fann Funções
PHP Manual

fann_save_train

(PECL fann >= 1.0.0)

fann_save_trainSave the training structure to a file

Descrição

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

Parâmetros

data

Dados de treinamento da resource rede neural.

file_name

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

Valor Retornado

Retorna TRUE no sucesso ou FALSE em outros casos.

Veja Também


Fann Funções
PHP Manual