menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DerivedField - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DerivedField

    Represents the properties and methods for DerivedField element and its attributes

    Inheritance
    System.Object
    DerivedField
    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 DerivedField

    Constructors

    DerivedField()

    Declaration
    public DerivedField()

    Properties

    Apply

    Gets the Apply object

    Declaration
    public Apply Apply { get; set; }
    Property Value
    Type
    Apply

    Constant

    Gets the Constant object

    Declaration
    public Constant Constant { get; }
    Property Value
    Type
    Constant

    DataType

    Gets and sets the derived field data type

    Declaration
    public string DataType { get; }
    Property Value
    Type
    System.String

    Discretize

    Gets the Discretize object

    Declaration
    public Discretize Discretize { get; }
    Property Value
    Type
    Discretize

    FieldReference

    Gets the FieldReference object

    Declaration
    public FieldReference FieldReference { get; }
    Property Value
    Type
    FieldReference

    MapValues

    Gets the MapValues object

    Declaration
    public MapValues MapValues { get; }
    Property Value
    Type
    MapValues

    Name

    Gets the derived filed name

    Declaration
    public string Name { get; }
    Property Value
    Type
    System.String

    NormContinuous

    Gets the NormContinuous object

    Declaration
    public NormContinuous NormContinuous { get; }
    Property Value
    Type
    NormContinuous

    NormDiscrete

    Gets the NormDiscrete object

    Declaration
    public NormDiscrete NormDiscrete { get; }
    Property Value
    Type
    NormDiscrete

    Optype

    Gets the derived field optype

    Declaration
    public string Optype { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved