Click or drag to resize

SVM Properties

The SVM type exposes the following members.

Properties
  NameDescription
Protected propertyAllocatedMemory
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.)
Protected propertyAllocatedMemorySize
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.)
Public propertyC
Parameter C of a %SVM optimization problem. For SVM::C_SVC, SVM::EPS_SVR or SVM::NU_SVR. Default value is 0.
Public propertyClassWeights
Optional weights in the SVM::C_SVC problem, assigned to particular classes.
Public propertyCoef0
Parameter coef0 of a kernel function. For SVM::POLY or SVM::SIGMOID. Default value is 0.
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Protected propertyDataHandle
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.)
Public propertyDegree
Parameter degree of a kernel function. For SVM::POLY. Default value is 0.
Public propertyEmpty
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
(Inherited from Algorithm.)
Public propertyGamma
Parameter gamma of a kernel function. For SVM::POLY, SVM::RBF, SVM::SIGMOID or SVM::CHI2. Default value is 1.
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyKernelType
Type of a %SVM kernel. See SVM::KernelTypes. Default value is SVM::RBF.
Public propertyNu
Parameter nu of a %SVM optimization problem. For SVM::NU_SVC, SVM::ONE_CLASS or SVM::NU_SVR. Default value is 0.
Public propertyP
Parameter epsilon of a %SVM optimization problem. For SVM::EPS_SVR. Default value is 0.
Public propertyTermCriteria
Termination criteria of the iterative SVM training procedure which solves a partial case of constrained quadratic optimization problem.
Public propertyType
Type of a %SVM formulation. Default value is SVM::C_SVC.
Top
See Also