Machine Learning Library
Public Member Functions | Protected Member Functions | List of all members
COneVsAllCalibration< Type > Class Template Reference

#include <CMultiClassSVM.h>

Inheritance diagram for COneVsAllCalibration< Type >:

Public Member Functions

 COneVsAllCalibration ()
 
Type calibrate (CDenseVector< Type > &tTrueClass, CMatrix< Type > &tMargins)
 
CDenseVector< Type > softMax (const CDenseVector< Type > &tVec) const
 
bool serialize2 (CArchiv &tA)
 

Protected Member Functions

Type functionValueAt (CDenseVector< Type > &tPos)
 
CDenseVector< Type > partialDerivativeAt (CDenseVector< Type > &tPos)
 
CDenseVector< Type > softMax (const CDenseVector< Type > &tVec, const CDenseVector< Type > &tPos)
 

Constructor & Destructor Documentation

template<class Type >
COneVsAllCalibration< Type >::COneVsAllCalibration ( )
inline

Member Function Documentation

template<class Type >
Type COneVsAllCalibration< Type >::calibrate ( CDenseVector< Type > &  tTrueClass,
CMatrix< Type > &  tMargins 
)
inline
template<class Type >
Type COneVsAllCalibration< Type >::functionValueAt ( CDenseVector< Type > &  tPos)
inlineprotected
template<class Type >
CDenseVector<Type> COneVsAllCalibration< Type >::partialDerivativeAt ( CDenseVector< Type > &  tPos)
inlineprotected
template<class Type >
bool COneVsAllCalibration< Type >::serialize2 ( CArchiv tA)
inline
template<class Type >
CDenseVector<Type> COneVsAllCalibration< Type >::softMax ( const CDenseVector< Type > &  tVec) const
inline
template<class Type >
CDenseVector<Type> COneVsAllCalibration< Type >::softMax ( const CDenseVector< Type > &  tVec,
const CDenseVector< Type > &  tPos 
)
inlineprotected

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