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