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

#include <trainingExample.h>

Collaboration diagram for trainingExampleTemplate< T >:
Collaboration graph

Public Attributes

std::vector< T > input
 
std::vector< T > output
 

Detailed Description

template<typename T>
struct trainingExampleTemplate< T >

This is used by both NN and KNN models for training

Member Data Documentation

◆ input

template<typename T >
std::vector<T> trainingExampleTemplate< T >::input

◆ output

template<typename T >
std::vector<T> trainingExampleTemplate< T >::output

The documentation for this struct was generated from the following file: