fann_create_from_file
PHP function
Edit on GitHub ✎
(PECL fann >= 1.0.0)
Constructs a backpropagation neural network from a configuration file
Description
fann_create_from_file(string $configuration_file): resource
Constructs a backpropagation neural network from a configuration file, which have been saved by fann_save().
Parameters
configuration_fileThe configuration file path.