WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeModelResult - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeModelResult

    Represents the tree model results

    Inheritance
    System.Object
    PredictedResult
    TreeModelResult
    Inherited Members
    PredictedResult.GetPredictedProbability(String)
    PredictedResult.GetOutputFieldResults()
    PredictedResult.GetPredictedProbabilities()
    PredictedResult.GetPredictedCategories()
    PredictedResult.GetRecommendations()
    PredictedResult.GetExclusiveRecommendations()
    PredictedResult.GetRuleAssociations()
    PredictedResult.PredictedField
    PredictedResult.PredictedDoubleValue
    PredictedResult.PredictedStringValue
    PredictedResult.PredictedValue
    PredictedResult.PredictedDataType
    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 TreeModelResult : PredictedResult

    Constructors

    TreeModelResult()

    Declaration
    public TreeModelResult()

    Properties

    Path

    Gets the traverse path of predicted value.

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

    PredictedNodeID

    Gets the predicted node ID

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