RapidLib
v0.1.2
A simple library for interactive machine learning
trainingExample.h
Go to the documentation of this file.
1
#ifndef trainingExample_h
2
#define trainingExample_h
3
4
#include <vector>
5
7
struct
trainingExample
{
8
std::vector<double>
input
;
9
std::vector<double>
output
;
10
};
11
12
#endif
trainingExample::output
std::vector< double > output
Definition:
trainingExample.h:9
trainingExample::input
std::vector< double > input
Definition:
trainingExample.h:8
trainingExample
Definition:
trainingExample.h:7
trainingExample.h
Generated by
1.8.13