iRoCS Toolbox  1.1.0
Public Member Functions | Data Fields
svt::MultiClassSVMOneVsRest< SVM >::DecisionValueAndLabel Struct Reference

#include <MultiClassSVMOneVsRest.hh>

Collaboration diagram for svt::MultiClassSVMOneVsRest< SVM >::DecisionValueAndLabel:

Public Member Functions

bool operator< (const DecisionValueAndLabel &rhs) const
 

Data Fields

double decisionValue
 
double label
 

Detailed Description

template<typename SVM>
struct svt::MultiClassSVMOneVsRest< SVM >::DecisionValueAndLabel

Definition at line 174 of file MultiClassSVMOneVsRest.hh.

Member Function Documentation

◆ operator<()

template<typename SVM >
bool svt::MultiClassSVMOneVsRest< SVM >::DecisionValueAndLabel::operator< ( const DecisionValueAndLabel rhs) const
inline

Definition at line 178 of file MultiClassSVMOneVsRest.hh.

Field Documentation

◆ decisionValue

template<typename SVM >
double svt::MultiClassSVMOneVsRest< SVM >::DecisionValueAndLabel::decisionValue

◆ label

template<typename SVM >
double svt::MultiClassSVMOneVsRest< SVM >::DecisionValueAndLabel::label

Definition at line 177 of file MultiClassSVMOneVsRest.hh.


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