ContinuousNode Properties |
The DecisionTreeContinuousNode type exposes the following members.
| Name | Description | |
|---|---|---|
| BranchProportions |
Proportion for each branch.
(Inherited from DecisionTreeBaseNode.) | |
| ClassList |
List of classification values for the tree.
(Inherited from DecisionTreeBaseNode.) | |
| ClassProbabilities |
Class probabilities.
(Inherited from DecisionTreeBaseNode.) | |
| Edges |
This object supports edges enumeration.
| |
| FactorIndex |
Get the split factor index (dimension number).
| |
| IsLeaf |
Indicate if the node is a leaf node.
(Inherited from DecisionTreeBaseNode.) | |
| ParentEdge |
Get the parent edge
(Inherited from DecisionTreeBaseNode.) | |
| Prediction |
This node prediction value.
(Inherited from DecisionTreeBaseNode.) |