panann
|
#include <TrainingData.h>
Public Attributes | |
std::vector< double > | input |
std::vector< double > | output |
An example used to train a neural network.
Feeding the input values into a network and running forward should produce the output.