Definition: CSVMModel.h:12
Type m_tSigmoidB
Definition: CSVMModel.h:19
CKernel< Type > * m_ptKernel
Definition: CSVMModel.h:15
vector< CSVCandidate< Type > > m_tSVs
Definition: CSVMModel.h:14
string className() const
Returns the class name.
Definition: CSVMModel.h:30
Type m_tSigmoidA
Definition: CSVMModel.h:18
bool isA(const char *acClass) const
Check if the object is an instance of the class with given name.
Definition: CSVMModel.h:31
CSVMModel< Type > & operator=(const CSVMModel< Type > &rtModel)
int classify(const CVector< Type > &rtPattern) const
Definition: CSVCandidate.h:59
Base class of object serialization.
Definition: CArchiv.h:19
Base class for kernel functions Base class for kernel function used for example by the support vector...
Definition: CKernel.h:46
Template object for vectors of single and double precision and integer.
Definition: CDenseVector.h:37
templatized vector for numerical applications
Definition: CMatrix.h:39
Base class for all object.
Definition: CObject.h:51
bool m_bCalibrated
Definition: CSVMModel.h:20
Type m_tBias
Definition: CSVMModel.h:17
virtual bool isA(const char *acClass) const
Check if the object is an instance of the class with given name.
Definition: CObject.h:93
CDenseVector< Type > m_tWeight
Definition: CSVMModel.h:16
bool serialize2(CArchiv &tAr)