menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeModel - Xamarin.Forms API Reference | Syncfusion

    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.AlgorithmName
    Model.MiningFieldFunction
    Model.ModelName
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.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
    System.Boolean

    LocalTransformations

    Gets the LocalTransformations class values

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

    MiningSchema

    Gets the MiningSchema class values

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

    Node

    Gets the Node class values

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

    Output

    Gets the Output class values

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

    SplitCharacteristic

    Gets the SplitCharacteristic value.

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

    Targets

    Gets the Targets class values

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