Class XRegInfo
Represents the properties for XRegInfo element and its attributes
Inheritance
System.Object
XRegInfo
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.UWP.dll
Syntax
public class XRegInfo : Object
Constructors
XRegInfo()
Declaration
public XRegInfo()
Properties
Mean
Gets and sets the "Mean" attribute value
Declaration
public double Mean { get; }
Property Value
Type |
---|
System.Double |
StdDev
Gets and sets the "StdDev" attribute value
Declaration
public double StdDev { get; }
Property Value
Type |
---|
System.Double |