Uses of Class
io.openml.gearbox.algorithms.binarytree.pathvisitor.Path
Packages that use Path
-
Uses of Path in io.openml.gearbox.algorithms.binarytree.pathvisitor
Subclasses with type arguments of type Path in io.openml.gearbox.algorithms.binarytree.pathvisitorModifier and TypeClassDescriptionclassRootToLeafPathsMakerconstructs and maintains an immutable list of root-to-leaf paths of a binary tree.Methods in io.openml.gearbox.algorithms.binarytree.pathvisitor that return PathModifier and TypeMethodDescriptionstatic <T> Path<T> Path.deepCopyOf(Path<T> other) static <T> Path<T> Path.emptyPath()Methods in io.openml.gearbox.algorithms.binarytree.pathvisitor that return types with arguments of type PathModifier and TypeMethodDescriptionRootToLeafPathsMaker.getAllPaths()Returns an immutable view of all the root-to-leaf paths of the wrapped tree.RootToLeafPathsMaker.getVisitResult()Methods in io.openml.gearbox.algorithms.binarytree.pathvisitor with parameters of type PathModifier and TypeMethodDescriptionprotected voidRootToLeafPathsMaker.constructTreePaths(TreeNode<T> root, Path<T> path) Deprecated.recursion is inefficient on large treestatic <T> Path<T> Path.deepCopyOf(Path<T> other) protected abstract voidPerforms action while path-traversal is visiting aleaf node.protected voidprotected void