Uses of Interface
io.openml.gearbox.algorithms.binarytree.Visitable
Packages that use Visitable
-
Uses of Visitable in io.openml.gearbox.algorithms.binarytree
Subinterfaces of Visitable in io.openml.gearbox.algorithms.binarytreeModifier and TypeInterfaceDescriptioninterfaceTreeNode<T>An interface representing a node in a binary tree.Classes in io.openml.gearbox.algorithms.binarytree that implement VisitableModifier and TypeClassDescriptionfinal classImmutableTreeNodeencapsulates the value, left tree reference, and right tree reference in an immutable state; it also represents a concrete 'Element', i.e.final classMutableTreeNodesaves the memory footprint ofTreeNodeand is suitable for the performance intensive application.