Class Coefficients
Represents the methods and properties for Coefficients element collection
Inheritance
System.Object
Coefficients
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 Coefficients
Constructors
Coefficients()
Declaration
public Coefficients()
Properties
AbsoluteValue
Getsthe "absoluteValue" value
Declaration
public double AbsoluteValue { get; }
Property Value
Type |
---|
System.Double |
Methods
GetCoefficient()
Returns list of "Coefficient" values
Declaration
public List<Coefficient> GetCoefficient()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<Coefficient> | Cloned list of "Coefficient" values |