Class ParamMatrixCell
Represents the properties for ParamatrixCell element and its attributes
Inheritance
System.Object
ParamMatrixCell
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Base.dll
Syntax
public class ParamMatrixCell : Object
Constructors
ParamMatrixCell()
Declaration
public ParamMatrixCell()
Properties
Beta
Gets the beta value
Declaration
public double Beta { get; }
Property Value
Type |
---|
System.Double |
DegreesOfFreedom
Gets the Degrees of freedom
Declaration
public int DegreesOfFreedom { get; }
Property Value
Type |
---|
System.Int32 |
ParameterName
Gets the parameter name
Declaration
public string ParameterName { get; }
Property Value
Type |
---|
System.String |
TargetCategory
Gets the target category value
Declaration
public string TargetCategory { get; }
Property Value
Type |
---|
System.String |