GoLang fann_create_from_file

request it (243)
GoLang replacement for PHP's fann_create_from_file [edit | history]



Do you know a GoLang replacement for PHP's fann_create_from_file? Write it!

PHP fann_create_from_file

PHP original manual for fann_create_from_file [ show | php.net ]

fann_create_from_file

(PECL fann >= 1.0.0)

fann_create_from_fileConstructs a backpropagation neural network from a configuration file

Description

resource fann_create_from_file ( string $configuration_file )

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

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

See Also

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