fann_create_from_file
(PECL fann >= 1.0.0)
fann_create_from_file — Constructs a backpropagation neural network from a configuration file
Beschreibung
$configuration_file
): resourceConstructs 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 Ressource eines neuralen Netzwerks zurück,
ansonsten false
im Fehlerfall.