RapidLib
v0.1.2
A simple library for interactive machine learning
Public Attributes
|
List of all members
trainingExample Struct Reference
#include <
trainingExample.h
>
Collaboration diagram for trainingExample:
Public Attributes
std::vector< double >
input
std::vector< double >
output
Detailed Description
This is used by both NN and KNN models for training
Member Data Documentation
§
input
std::vector<double> trainingExample::input
§
output
std::vector<double> trainingExample::output
The documentation for this struct was generated from the following file:
trainingExample.h
trainingExample
Generated by
1.8.13