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