Class KernelType
Enum containing the types of kernel used in Support Vector Machine Model
Inheritance
System.Object
KernelType
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public sealed class KernelType : Enum
Fields
LinearKernelType
Declaration
public const KernelType LinearKernelType
Field Value
PolynomialKernelType
Declaration
public const KernelType PolynomialKernelType
Field Value
RadialBasisKernelType
Declaration
public const KernelType RadialBasisKernelType
Field Value
SigmoidKernelType
Declaration
public const KernelType SigmoidKernelType
Field Value