(PECL fann >= 1.0.0)
fann_save_train — Save the training structure to a file
$data
, string $file_name
) : boolSave the training data to a file, with the format as specified in fann_read_train_from_file().
dataニューラルネットワークトレーニングリソース。
file_nameThe file name of the file where training data is saved to.
成功した場合に TRUE、それ以外の場合に FALSE を返します。