| F | |
| FANN | |
| N | |
| neural_net | |
| S | |
| struct fann | |
| struct fann_error | |
| struct fann_train_data | |
| T | |
| training_data |
The FANN namespace groups the C++ wrapper definitions
namespace FANN
Encapsulation of a neural network struct fann and associated C API functions.
class neural_net
The fast artificial neural network(fann) structure.
struct fann
Structure used to store error-related information, both struct fann and struct fann_train_data can be casted to this type.
struct fann_error
Structure used to store data, for use with training.
struct fann_train_data
Encapsulation of a training data set struct fann_train_data and associated C API functions.
class training_data