fann_save_train

Save the training structure to a file

説明

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.

パラメータ

data

ニューラルネットワークトレーニングリソース。

file_name

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

戻り値

成功した場合に true、それ以外の場合に false を返します。

参考

  • fann_read_train_from_file