Fann 関数
PHP Manual

fann_create_from_file

(PECL fann >= 1.0.0)

fann_create_from_fileConstructs a backpropagation neural network from a configuration file

説明

resource fann_create_from_file ( string $configuration_file )

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

パラメータ

configuration_file

The configuration file path.

返り値

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

参考


Fann 関数
PHP Manual