Fann Funciones
PHP Manual

fann_create_from_file

(PECL fann >= 1.0.0)

fann_create_from_fileConstructs a backpropagation neural network from a configuration file

Descripción

resource fann_create_from_file ( string $configuration_file )

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

Parámetros

configuration_file

The configuration file path.

Valores devueltos

Devuelve un resource de red neuronal en caso de éxito, o FALSE en caso de error.

Ver también


Fann Funciones
PHP Manual