Machine Learning Library
CSVMLight< Type > Member List

This is the complete list of members for CSVMLight< Type >, including all inherited members.

calibrate(CDenseVector< double > tIsPositive, CDenseVector< double > tConfidence, Type &tSigmoidA, Type &tSigmoidB)CSVMLight< Type >protected
classify(const CVector< Type > &, Type &, Type &) const CSVMLight< Type >
classify(const CVector< Type > &) const CSVMLight< Type >
className() const CSVMLight< Type >inline
CSVMLight()CSVMLight< Type >
getModel() const CSVMLight< Type >
isA(const char *acClass) const CSVMLight< Type >inline
kernel()CSVMLight< Type >inline
m_bCalibratedCSVMLight< Type >protected
m_bLinearCachedCSVMLight< Type >protected
m_iCacheSizeCSVMLight< Type >protected
m_iCalibrationFoldsCSVMLight< Type >protected
m_iMaxQPSizeCSVMLight< Type >protected
m_ptKernelCSVMLight< Type >protected
m_tBiasCSVMLight< Type >protected
m_tCCSVMLight< Type >protected
m_tEpsilonCSVMLight< Type >protected
m_tPositiveCostCSVMLight< Type >protected
m_tSigmoidACSVMLight< Type >protected
m_tSigmoidBCSVMLight< Type >protected
m_tSupportVectorsCSVMLight< Type >protected
m_tWeightCSVMLight< Type >protected
serialize2(CArchiv &)CSVMLight< Type >
setCacheSize(int iSize)CSVMLight< Type >
setCalibratedOutput(bool bSwitch)CSVMLight< Type >
setCalibrationFolds(int iFolds)CSVMLight< Type >
setCostPositiveFactor(Type tCost)CSVMLight< Type >
setKernel(CKernel< Type > *ptKernel)CSVMLight< Type >
setMaxQPSize(int iSize)CSVMLight< Type >
setMaxTerminationError(Type tError)CSVMLight< Type >
setRegularization(Type tC)CSVMLight< Type >
solveQP(const CDataset< Type > &rtDs)CSVMLight< Type >protected
train(const CDataset< Type > &rtDs)CSVMLight< Type >
~CSVMLight()CSVMLight< Type >