Click or drag to resize

Node Fields

The DTreesNode type exposes the following members.

Fields
  NameDescription
Public fieldClassIdx
Class index normalized to 0..class_count-1 range and assigned to the node. It is used internally in classification trees and tree ensembles.
Public fieldDefaultDir
Default direction where to go (-1: left or +1: right). It helps in the case of missing values.
Public fieldLeft
Index of the left child node
Public fieldParent
Index of the parent node
Public fieldRight
Index of right child node
Public fieldSplit
Index of the first split
Public fieldValue
Value at the node: a class label in case of classification or estimated function value in case of regression.
Top
See Also