![]() | SVM Properties |
The SVM type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) |
![]() | AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) |
![]() | C |
Parameter C of a %SVM optimization problem.
For SVM::C_SVC, SVM::EPS_SVR or SVM::NU_SVR. Default value is 0.
|
![]() | ClassWeights |
Optional weights in the SVM::C_SVC problem, assigned to particular classes.
|
![]() | Coef0 |
Parameter coef0 of a kernel function.
For SVM::POLY or SVM::SIGMOID. Default value is 0.
|
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) |
![]() | DataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) |
![]() | Degree |
Parameter degree of a kernel function.
For SVM::POLY. Default value is 0.
|
![]() | Empty |
Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read
(Inherited from Algorithm.) |
![]() | Gamma |
Parameter gamma of a kernel function.
For SVM::POLY, SVM::RBF, SVM::SIGMOID or SVM::CHI2. Default value is 1.
|
![]() | IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) |
![]() | IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
![]() | KernelType |
Type of a %SVM kernel. See SVM::KernelTypes. Default value is SVM::RBF.
|
![]() | Nu |
Parameter nu of a %SVM optimization problem.
For SVM::NU_SVC, SVM::ONE_CLASS or SVM::NU_SVR. Default value is 0.
|
![]() | P |
Parameter epsilon of a %SVM optimization problem.
For SVM::EPS_SVR. Default value is 0.
|
![]() | TermCriteria |
Termination criteria of the iterative SVM training procedure
which solves a partial case of constrained quadratic optimization problem.
|
![]() | Type |
Type of a %SVM formulation.
Default value is SVM::C_SVC.
|