Class ParamMatrixCell
Represents the properties for ParamatrixCell element and its attributes
Inheritance
System.Object
ParamMatrixCell
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 ParamMatrixCell
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 |