fann_create_from_file

(PECL fann >= 1.0.0)

fann_create_from_fileConstructs a backpropagation neural network from a configuration file

Beschreibung

fann_create_from_file ( string $configuration_file ) : resource

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

Parameter-Liste

configuration_file

The configuration file path.

Rückgabewerte

Gibt bei Erfolg eines Resource eines neuralen Netzwerks zurück, ansonsten FALSE im Fehlerfall.

Siehe auch

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