Php/docs/function.fann-save-train

提供:Dev Guides
< Php
2020年12月14日 (月) 10:58時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

fann_save_train

(PECL fann >= 1.0.0)

fann_save_trainSave the training structure to a file


説明

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


パラメータ

data
ニューラルネットワークトレーニングリソース。
file_name
The file name of the file where training data is saved to.


返り値

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


参考