fann_create_train
(PECL fann >= 1.0.0)
fann_create_train — Creates an empty training data struct
Beschreibung
$num_data
, int $num_input
, int $num_output
): resourceCreates an empty training data struct.
Parameter-Liste
-
num_data
-
The number of training data
-
num_input
-
The number of inputs per training data
-
num_output
-
The number of ouputs per training data
Rückgabewerte
Gibt bei Erfolg eine Ressource mit Trainingsdaten zurück,
ansonsten false
im Fehlerfall.
Anmerkungen
Hinweis:
Diese Funktion is nur verfügbar, wenn die fann-Erweiterung mit libfann >= 2.2 kompiliert wurde.
Siehe auch
- fann_read_train_from_file() - Reads a file that stores training data
- fann_train_on_data() - Trains on an entire dataset for a period of time
- fann_destroy_train() - Destructs the training data
- fann_save_train() - Save the training structure to a file