menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OutputField - API Reference

    Show / Hide Table of Contents

    Class OutputField

    Represents the methods and properties for OutputField element and its attributes

    Inheritance
    System.Object
    OutputField
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class OutputField

    Constructors

    OutputField()

    Declaration
    public OutputField()

    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

    Discretize

    Gets the Discretize object

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

    Feature

    Gets the feature value

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

    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 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

    Value

    Gets the value

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