Public Attributes

Data_Set_Interpreter::Sample Struct Reference

Training sample, consists of input and desired output pair. More...

#include <helpers.h>

List of all members.

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.

Detailed Description

Training sample, consists of input and desired output pair.

MCPN Logo
kr0st © 2010