Class Coefficients
Represents the methods and properties for Coefficients element collection
Inheritance
System.Object
Coefficients
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class Coefficients : Object
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 |