Assembly: Stat;
Namespace: Prognoz.Platform.Interop.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 | |
The Count property returns the number of nodes in a collection. | ||
The Item property returns a node from the collection by node index. |
See also: