Class DepthCalculator<T>

java.lang.Object
io.openml.gearbox.binarytree.pathvisitor.AbstractRootToLeafPathVisitor<T,Integer>
io.openml.gearbox.binarytree.pathvisitor.DepthCalculator<T>
Type Parameters:
T - The type of value store in the node of the original tree

public class DepthCalculator<T> extends AbstractRootToLeafPathVisitor<T,Integer>
Measures the depth of a binary tree.