Assembly: Stat;
Namespace: Prognoz.Platform.Interop.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 | |
| The Children property returns a collection of child nodes. | ||
| The ExplanatorieIndex property returns number of the explanatory series. | ||
| The Instances property returns the number of values in the explanatory series. | ||
| The Parent property returns the parent node. | ||
| The Value property returns value of the explanatory series. | ||
| The Weight property returns weight for the value of the explanatory series. |
See also: