Uses of Class
io.openml.gearbox.binarytree.pathvisitor.DepthCalculator
Packages that use DepthCalculator
-
Uses of DepthCalculator in io.openml.gearbox.binarytree.pathvisitor
Methods in io.openml.gearbox.binarytree.pathvisitor that return DepthCalculatorModifier and TypeMethodDescriptionstatic <T> DepthCalculator<T>
Takes the root of a binary tree and calculates the depth of the tree rooted at that node.