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