Class PolynomialKernelType
Represents the properties for PolynomialKernelType
Inheritance
System.Object
PolynomialKernelType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class PolynomialKernelType
Constructors
PolynomialKernelType()
Declaration
public PolynomialKernelType()
Properties
Coef0
Gets the "coef0" value
Declaration
public double Coef0 { get; }
Property Value
Type |
---|
System.Double |
Degree
Gets the "degree" value
Declaration
public double Degree { get; }
Property Value
Type |
---|
System.Double |
Gamma
Gets the "gamma" value
Declaration
public double Gamma { get; }
Property Value
Type |
---|
System.Double |