Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The IBinaryTreeNode interface is used to work with binary tree nodes.
IBinaryTreeNode
To work with a collection of trees, use properties of the IBinaryTreeForest interface.
| Property name | Brief description | |
| Categories | The Categories property returns the number of observations of each category in a node. | |
| Disp | The Disp property returns the variance of classifying variable. | |
| ExplanatorieIndex | The ExplanatorieIndex property returns the number of explanatory series, by which node is divided. | |
| Improvement | The Improvement property returns improvement coefficient. | |
| LeftNode | The LeftNode property returns the left node of binary tree. | |
| LeftNodeCategories | The LeftNodeCategories property returns list of categories which are separated to the left branch. | |
| Mean | The Mean property returns the mean of a classifying variable. | |
| Name | The Name property returns classifying variable name. | |
| NodeIndex | The NodeIndex property returns node number in the tree. | |
| Parent | The Parent property returns the root node of binary tree. | |
| PropertyType | The PropertyType property returns type of classifying variable. | |
| RightNode | The RightNode property returns the right node of binary tree. | |
| RightNodeCategories | The RightNodeCategories property returns list of categories which are sorted to the right branch. | |
| SSR | The SSR property returns sum of squared residuals. | |
| Total | The Total property returns the number of observations in the node. | |
| Value | The Value property returns the checked value. |
See also: