php8.5
Home/ Manual/ fann / functions/ fann_create_from_file

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_file

The configuration file path.

Return Values Ann

See Also

Source: reference/fann/functions/fann-create-from-file.xml · from the official PHP manual (php/doc-en)