Assembly: Stat;
The ISlTreeNode interface is used to work with a decision tree node.
ISlTreeNode
Root node of the decision tree used to substitute missing values, is returned by the ISmDecisionTree.Tree property.
Property name | Brief description | |
Children | The Children property returns a collection of child nodes. | |
ExplanatorieIndex | The ExplanatorieIndex property returns number of the explanatory series. | |
Instances | The Instances property returns the number of values in the explanatory series. | |
Parent | The Parent property returns the parent node. | |
Value | The Value property returns value of the explanatory series. | |
Weight | The Weight property returns weight for the value of the explanatory series. |
See also: