Class TreeModelResult
Represents the tree model results
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 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 |