Php/docs/function.fann-create-from-file

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

fann_create_from_file

(PECL fann >= 1.0.0)

fann_create_from_fileConstructs a backpropagation neural network from a configuration file


説明

fann_create_from_file ( string $configuration_file ) : resource

Constructs a backpropagation neural network from a configuration file, which have been saved by fann_save().


パラメータ

configuration_file
The configuration file path.


返り値

成功した場合にニューラルネットワークリソース、エラー時に false を返します。


参考

  • fann_save() - Saves the entire network to a configuration file