fann_create_train
(PECL fann >= 1.0.0)
fann_create_train — Creates an empty training data struct
Description
Creates an empty training data struct.
Parameters
num_dataThe number of training data
num_inputThe number of inputs per training data
num_outputThe number of ouputs per training data
Notes
Note:
This function is only available if the fann extension has been build against libfann >= 2.2.
See Also
- 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
↑ and ↓ to navigate • Enter to select • Esc to close • / to open