Enum KernelType
Enum containing the types of kernel used in Support Vector Machine Model
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public enum KernelType
Fields
| Name |
|---|
| LinearKernelType |
| PolynomialKernelType |
| RadialBasisKernelType |
| SigmoidKernelType |