Assembly: Stat;
The ISlTreeNodes interface is used to work with a collection of decision tree nodes.
ISlTreeNodes
Root node of the decision tree used to substitute missing values, is returned by the ISmDecisionTree.Tree property.
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: