Machine Learning Library
COneClassSVM< Type > Member List

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

calculateOutput(int iIndex)COneClassSVM< Type >protected
checkKKT(int iIndex)COneClassSVM< Type >protected
classify(const CVector< Type > &tPattern) const COneClassSVM< Type >
classify(Type *ptPattern, Type &rtConfidence) const COneClassSVM< Type >
classify(Type *ptPattern, Type &rtClass, Type &rtConfidence) const COneClassSVM< Type >
classify(const CVector< Type > &rtPattern, Type &rtClass, Type &rtConfidence) const COneClassSVM< Type >
COneClassSVM(CKernel< Type > *ptKernel=new CGaussianKernel< Type >(), int iCacheSize=100)COneClassSVM< Type >
examineExample(int i)COneClassSVM< Type >protected
findBestPartner(int iIndex)COneClassSVM< Type >protected
getSupportData()COneClassSVM< Type >
init(const CDataset< Type > &tTrainSet)COneClassSVM< Type >
iNumIterationCOneClassSVM< Type >protected
kernel()COneClassSVM< Type >inline
ptCacheCOneClassSVM< Type >protected
ptKernelCOneClassSVM< Type >protected
setCacheSize(Type tSize)COneClassSVM< Type >inline
setEpsilon(Type tEpsilon)COneClassSVM< Type >inline
setKernel(CKernel< Type > *ptKernel)COneClassSVM< Type >
setRegularization(Type tNu)COneClassSVM< Type >inline
takeStep(int a, int b)COneClassSVM< Type >protected
tBoundCOneClassSVM< Type >protected
tKKTEpsilonCOneClassSVM< Type >protected
tNuCOneClassSVM< Type >protected
train(const CDataset< Type > &tTrainSet)COneClassSVM< Type >
tRhoCOneClassSVM< Type >protected
tWorkingSetCOneClassSVM< Type >protected
~COneClassSVM()COneClassSVM< Type >