Machine Learning Library
CSVM< Type > Member List

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

analyticSolve(int i1, int i2)CSVM< Type >protected
bFoldKernelCSVM< Type >protected
bias() const CSVM< Type >inline
bUnshrinkedCSVM< Type >protected
calculateBias()CSVM< Type >protected
checkShrinking(int, int)CSVM< Type >protected
classify(const CVector< Type > &tVec, Type *ptClass, Type *ptMargin) const CSVM< Type >
classify(const CVector< Type > &tVec, Type &rtClass, Type &rtMargin) const CSVM< Type >
classify(Type *ptVec, Type *ptClass, Type *ptMargin) const CSVM< Type >
classify(const CVector< Type > &tVec) const CSVM< Type >
className() const CSVM< Type >inline
CSVM(TSVMType=L1SVM)CSVM< Type >
getNonSupportData() const CSVM< Type >
getSupportData(bool bDropNonSV)CSVM< Type >
getWeightVector() const CSVM< Type >inline
iCacheSizeCSVM< Type >protected
init()CSVM< Type >protected
iNumActiveItemsCSVM< Type >protected
iNumIterationCSVM< Type >protected
isA(const char *acClass) const CSVM< Type >inline
kernel()CSVM< Type >inline
l1Regularizer(Type tClass)CSVM< Type >inlineprotected
l2Regularizer(Type tClass)CSVM< Type >inlineprotected
lMaxIterationsCSVM< Type >protected
lNextShrinkCSVM< Type >protected
optimizeWorkingSet()CSVM< Type >protected
ptCacheCSVM< Type >protected
ptKernelCSVM< Type >protected
rebuildGradient()CSVM< Type >protected
selectPair(int *piI1, int *piI2, Type &tError)CSVM< Type >protected
serialize(fstream &stream, IO_MODE mode)CSVM< Type >
serialize2(CArchiv &tA)CSVM< Type >
setCacheSize(Type tSize)CSVM< Type >inline
setKernel(CKernel< Type > *ptKernel)CSVM< Type >
setMaxIterations(long lMax)CSVM< Type >inline
setRegularization(Type tC)CSVM< Type >
setTerminationError(Type tMinError)CSVM< Type >inline
setWeight(Type tWPos, Type tWNeg)CSVM< Type >
tBiasCSVM< Type >protected
tCCSVM< Type >protected
train(const CDataset< Type > &tTrainSet)CSVM< Type >
trainChunking(CDataset< Type > &rtTrainset, int iStartSetSize, int iMaxChunkSize)CSVM< Type >
tSVMTypeCSVM< Type >protected
tTerminationErrorCSVM< Type >protected
tTransformedAccessCSVM< Type >protected
tWeightCSVM< Type >protected
tWeightNegCSVM< Type >protected
tWeightPosCSVM< Type >protected
tWorkingSetCSVM< Type >protected
updateGradient(int &a, double &tDeltaA, int &b, double &tDeltaB)CSVM< Type >protected
~CSVM()CSVM< Type >