Training sample, consists of input and desired output pair. More...
#include <helpers.h>
Public Attributes | |
std::vector< double > | in |
Network input. | |
std::vector< double > | out |
Desired network output corresponding to the input. | |
bool | valid |
Tells if sample is usable or not. |
Training sample, consists of input and desired output pair.