RapidLib  v2.0.0
A simple library for interactive machine learning
trainingExample< T > Struct Template Reference

#include <trainingExample.h>

Collaboration diagram for trainingExample< T >:
Collaboration graph

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: