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().

Liste de paramètres

configuration_file

The configuration file path.

Valeurs de retour

Retourne une ressource de réseau de neurones en cas de succès, ou FALSE si une erreur survient.

Voir aussi

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

LoadingChargement en cours