Class DerivedField
Represents the properties and methods for DerivedField element and its attributes
Inheritance
System.Object
DerivedField
Namespace: Syncfusion.PMML
Assembly: Syncfusion.PMML.Portable.dll
Syntax
public class DerivedField : Object
Constructors
DerivedField()
Declaration
public DerivedField()
Properties
Apply
Gets the Apply object
Declaration
public Apply Apply { get; set; }
Property Value
Type | Description |
---|---|
Apply |
Constant
Gets the Constant object
Declaration
public Constant Constant { get; }
Property Value
Type | Description |
---|---|
Constant |
DataType
Gets and sets the derived field data type
Declaration
public string DataType { get; }
Property Value
Type | Description |
---|---|
System.String |
Discretize
Gets the Discretize object
Declaration
public Discretize Discretize { get; }
Property Value
Type | Description |
---|---|
Discretize |
FieldReference
Gets the FieldReference object
Declaration
public FieldReference FieldReference { get; }
Property Value
Type | Description |
---|---|
FieldReference |
MapValues
Gets the MapValues object
Declaration
public MapValues MapValues { get; }
Property Value
Type | Description |
---|---|
MapValues |
Name
Gets the derived filed name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NormContinuous
Gets the NormContinuous object
Declaration
public NormContinuous NormContinuous { get; }
Property Value
Type | Description |
---|---|
NormContinuous |
NormDiscrete
Gets the NormDiscrete object
Declaration
public NormDiscrete NormDiscrete { get; }
Property Value
Type | Description |
---|---|
NormDiscrete |
Optype
Gets the derived field optype
Declaration
public string Optype { get; }
Property Value
Type | Description |
---|---|
System.String |