shark::QpMcDecomp< Matrix >::tExample Struct Reference

data structure describing one training example More...

#include <shark/Algorithms/QP/QpMcDecomp.h>

Public Attributes

std::size_t index
 
unsigned int y
 
unsigned int active
 
std::size_t * var
 
std::size_t * avar
 
double varsum
 

Detailed Description

template<class Matrix>
struct shark::QpMcDecomp< Matrix >::tExample

data structure describing one training example

Definition at line 1981 of file QpMcDecomp.h.

Member Data Documentation

§ active

§ avar

§ index

template<class Matrix>
std::size_t shark::QpMcDecomp< Matrix >::tExample::index

Definition at line 1983 of file QpMcDecomp.h.

§ var

§ varsum

template<class Matrix>
double shark::QpMcDecomp< Matrix >::tExample::varsum

§ y

template<class Matrix>
unsigned int shark::QpMcDecomp< Matrix >::tExample::y

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