ISlTreeNodes

Assembly: Stat;

Description

The ISlTreeNodes interface is used to work with a collection of decision tree nodes.

Inheritance Hierarchy

          ISlTreeNodes

Comments

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

Properties

  Property name Brief description
Count

The Count property returns the number of nodes in a collection.
Item

The Item property returns a node from the collection by node index.

See also:

Stat Assembly Interfaces