Click or drag to resize

BaseNode Properties

The DecisionTreeBaseNode type exposes the following members.

Properties
  NameDescription
Public propertyBranchProportions
Proportion for each branch.
Public propertyClassList
List of classification values for the tree.
Public propertyClassProbabilities
Class probabilities.
Public propertyIsLeaf
Indicate if the node is a leaf node.
Public propertyParentEdge
Get the parent edge
Public propertyPrediction
This node prediction value.
Top
See Also