IDLmlSVMLinearKernel
The IDLmlSVMLinearKernel class encapsulates SVM (Support Vector Machine) parameters that help define a linear kernel with the following formula:
Example
Kernel = IDLmlSVMLinearKernel()
Model = IDLmlSupportVectorMachineClassification(2, 4, KERNEL=Kernel)
Syntax
Kernel = IDLmlSVMLinearKernel()
Arguments
None
Keywords
None
Version History
8.7.1 |
Introduced |
See Also
IDLmlSVMPolynomialKernel, IDLmlSVMRadialKernel, IDLmlSVMSigmoidKernel