ISlTreeNode

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ISlTreeNode interface is used to work with a decision tree node.

Inheritance Hierarchy

          ISlTreeNode

Comments

Root node of the decision tree used to substitute missing values, is returned by the ISmDecisionTree.Tree property.

Properties

  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:

Stat Assembly Interfaces