Package io.openml.gearbox.binarytree.pathvisitor
package io.openml.gearbox.binarytree.pathvisitor
-
ClassesClassDescriptionA base class that implements the path-traversal algorithm of a binary tree.Measures the depth of a binary tree.Path<T>
RootToLeafPathsMaker
constructs and maintains an immutable list of root-to-leaf paths of a binary tree.