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.

Значення, що повертаються

Returns a neural network resource on success, or FALSE on error.

Прогляньте Також

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top