Click or drag to resize
Accord.NET (logo)

DecisionNodeGetHeight Method

Computes the height of the node, defined as the distance (in number of links) between the tree's root node and this node.

Namespace:  Accord.MachineLearning.DecisionTrees
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public int GetHeight()
Request Example View Source

Return Value

Type: Int32
The node's height.
See Also