Fann Funzioni
PHP Manual

fann_create_from_file

(PECL fann >= 1.0.0)

fann_create_from_fileConstructs a backpropagation neural network from a configuration file

Descrizione

resource fann_create_from_file ( string $configuration_file )

Constructs a backpropagation neural network from a configuration file, which have been saved by fann_save().

Elenco dei parametri

configuration_file

The configuration file path.

Valori restituiti

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

Vedere anche:


Fann Funzioni
PHP Manual