menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TreeModelResult

    Represents the tree model results

    Inheritance
    System.Object
    PredictedResult
    TreeModelResult
    Inherited Members
    PredictedResult.GetExclusiveRecommendations()
    PredictedResult.GetOutputFieldResults()
    PredictedResult.GetPredictedCategories()
    PredictedResult.GetPredictedProbabilities()
    PredictedResult.GetPredictedProbability(String)
    PredictedResult.GetRecommendations()
    PredictedResult.GetRuleAssociations()
    PredictedResult.PredictedDataType
    PredictedResult.PredictedDoubleValue
    PredictedResult.PredictedField
    PredictedResult.PredictedStringValue
    PredictedResult.PredictedValue
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class TreeModelResult : PredictedResult

    Constructors

    TreeModelResult()

    Declaration
    public TreeModelResult()

    Properties

    Path

    Gets the traverse path of predicted value.

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

    PredictedNodeID

    Gets the predicted node ID

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