Machine Learning Library
|
#include <CMultiClassSVM.h>
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) |
|
inline |
|
inline |
|
inlineprotected |
References COneVsAllCalibration< Type >::softMax().
|
inlineprotected |
References CDenseVector< Type >::dimension(), and COneVsAllCalibration< Type >::softMax().
|
inline |
References CArchiv::flush(), and CArchiv::isReading().
|
inline |
|
inlineprotected |
References CDenseVector< Type >::maxElement(), and CDenseVector< Type >::sumElements().