data structure describing one training example More...
#include <shark/Algorithms/QP/QpMcBoxDecomp.h>
Public Attributes | |
std::size_t | index |
example index in the dataset, not the example vector! More... | |
unsigned int | y |
label of this example More... | |
unsigned int | active |
number of active m_numVariables More... | |
std::size_t * | var |
list of all m_cardP m_numVariables, in order of the p-index More... | |
std::size_t * | avar |
list of active m_numVariables More... | |
data structure describing one training example
Definition at line 570 of file QpMcBoxDecomp.h.
unsigned int shark::QpMcBoxDecomp< Matrix >::Example::active |
number of active m_numVariables
Definition at line 577 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::deactivateVariable(), shark::QpMcBoxDecomp< Matrix >::gradientUpdate(), and shark::QpMcBoxDecomp< Matrix >::unshrink().
std::size_t* shark::QpMcBoxDecomp< Matrix >::Example::avar |
list of active m_numVariables
Definition at line 581 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::deactivateVariable(), shark::QpMcBoxDecomp< Matrix >::gradientUpdate(), and shark::QpMcBoxDecomp< Matrix >::unshrink().
std::size_t shark::QpMcBoxDecomp< Matrix >::Example::index |
example index in the dataset, not the example vector!
Definition at line 573 of file QpMcBoxDecomp.h.
std::size_t* shark::QpMcBoxDecomp< Matrix >::Example::var |
list of all m_cardP m_numVariables, in order of the p-index
Definition at line 579 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::deactivateVariable(), shark::QpMcBoxDecomp< Matrix >::gradientUpdate(), shark::QpMcBoxDecomp< Matrix >::selectWorkingSet(), and shark::QpMcBoxDecomp< Matrix >::unshrink().
unsigned int shark::QpMcBoxDecomp< Matrix >::Example::y |
label of this example
Definition at line 575 of file QpMcBoxDecomp.h.
Referenced by shark::QpMcBoxDecomp< Matrix >::gradientUpdate(), shark::QpMcBoxDecomp< Matrix >::selectWorkingSet(), and shark::QpMcBoxDecomp< Matrix >::unshrink().