Class Target
Represents the methods and properties for Target element and its attributes
Inheritance
System.Object
Target
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class Target : Object
Constructors
Target()
Declaration
public Target()
Properties
CastInteger
Gets the "Cast Integer" value
Declaration
public string CastInteger { get; }
Property Value
Type |
---|
System.String |
Max
Gets the "max" value
Declaration
public string Max { get; }
Property Value
Type |
---|
System.String |
Min
Gets the "min" value
Declaration
public string Min { get; }
Property Value
Type |
---|
System.String |
Optype
Gets the "optype" value
Declaration
public string Optype { get; }
Property Value
Type |
---|
System.String |
RescaleConstant
Gets the "rescaleConstant" value
Declaration
public double RescaleConstant { get; }
Property Value
Type |
---|
System.Double |
RescaleFactor
Gets the "rescaleFactor" value
Declaration
public double RescaleFactor { get; }
Property Value
Type |
---|
System.Double |