This is the complete list of members for CSVM< Type >, including all inherited members.
analyticSolve(int i1, int i2) | CSVM< Type > | protected |
bFoldKernel | CSVM< Type > | protected |
bias() const | CSVM< Type > | inline |
bUnshrinked | CSVM< 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 |
iCacheSize | CSVM< Type > | protected |
init() | CSVM< Type > | protected |
iNumActiveItems | CSVM< Type > | protected |
iNumIteration | CSVM< 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 |
lMaxIterations | CSVM< Type > | protected |
lNextShrink | CSVM< Type > | protected |
optimizeWorkingSet() | CSVM< Type > | protected |
ptCache | CSVM< Type > | protected |
ptKernel | CSVM< 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 > | |
tBias | CSVM< Type > | protected |
tC | CSVM< Type > | protected |
train(const CDataset< Type > &tTrainSet) | CSVM< Type > | |
trainChunking(CDataset< Type > &rtTrainset, int iStartSetSize, int iMaxChunkSize) | CSVM< Type > | |
tSVMType | CSVM< Type > | protected |
tTerminationError | CSVM< Type > | protected |
tTransformedAccess | CSVM< Type > | protected |
tWeight | CSVM< Type > | protected |
tWeightNeg | CSVM< Type > | protected |
tWeightPos | CSVM< Type > | protected |
tWorkingSet | CSVM< Type > | protected |
updateGradient(int &a, double &tDeltaA, int &b, double &tDeltaB) | CSVM< Type > | protected |
~CSVM() | CSVM< Type > | |