Class Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
F
 FANN
N
 neural_net
S
 struct fann
 struct fann_error
 struct fann_train_data
T
 training_data
namespace FANN
The FANN namespace groups the C++ wrapper definitions
class neural_net
neural_net is the main neural network class used for both training and execution
struct fann
The fast artificial neural network (fann) structure.
struct fann_error
Structure used to store error-related information, both struct fann and struct fann_train_data can be casted to this type.
struct fann_train_data
Structure used to store data, for use with training.
class training_data
training_data is used to create and manipulate training data used by the neural_net
Close