WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeModel

    Show / Hide Table of Contents

    Class TreeModel

    Represents the methods and properties for TreeModel element and its attributes

    Inheritance
    System.Object
    Model
    TreeModel
    Inherited Members
    Model.ModelName
    Model.MiningFieldFunction
    Model.AlgorithmName
    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 TreeModel : Model

    Constructors

    TreeModel()

    Declaration
    public TreeModel()

    Properties

    IsScorable

    Gets the boolean IsScorable value

    Declaration
    public bool IsScorable { get; }
    Property Value
    Type Description
    System.Boolean

    LocalTransformations

    Gets the LocalTransformations class values

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

    MiningSchema

    Gets the MiningSchema class values

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

    Node

    Gets the Node class values

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

    Output

    Gets the Output class values

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

    SplitCharacteristic

    Gets the SplitCharacteristic value.

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

    Targets

    Gets the Targets class values

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