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
See Also
IDLmlSVMPolynomialKernel, IDLmlSVMRadialKernel, IDLmlSVMSigmoidKernel