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