fann_create_from_file
Constructs a backpropagation neural network from a configuration file
説明
resource fann_create_from_file(string $configuration_file
)
パラメータ
-
configuration_file
-
The configuration file path.
戻り値
成功した場合にニューラルネットワークリソース、エラー時に false
を返します。