menu

WinForms

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

    Show / Hide Table of Contents

    Class Discretize

    Represents the methods and properties for Discretize element and its attributes

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

    Constructors

    Discretize()

    Declaration
    public Discretize()

    Properties

    DataType

    Gets the "dataType" Attribute value

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

    DefaultValue

    Gets the "defaultvalue" Attribute value

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

    Field

    Gets the "field" attribute value

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

    MapMissingTo

    Gets the "mapMissingTo" attribute value

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

    Methods

    GetDiscretizeBin()

    Returns the List of DiscretizeBin values

    Declaration
    public List<DiscretizeBin> GetDiscretizeBin()
    Returns
    Type Description
    System.Collections.Generic.List<DiscretizeBin>

    List of DiscretizeBin values

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved