Class SigmoidKernelType
Represents the properties for SigmoidKernelType
Inheritance
System.Object
SigmoidKernelType
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class SigmoidKernelType : Object
Constructors
SigmoidKernelType()
Declaration
public SigmoidKernelType()
Properties
Coef0
Gets the "coef0" value
Declaration
public double Coef0 { get; }
Property Value
Type |
---|
System.Double |
Gamma
Gets the "gamma" value
Declaration
public double Gamma { get; }
Property Value
Type |
---|
System.Double |