Uses of Package
io.openml.gearbox.algorithms.binarytree
Packages that use io.openml.gearbox.algorithms.binarytree
Package
Description
-
Classes in io.openml.gearbox.algorithms.binarytree used by io.openml.gearbox.algorithms.binarytreeClassDescriptionSerializes and deserializes a binary search tree.
ImmutableTreeNodeencapsulates the value, left tree reference, and right tree reference in an immutable state; it also represents a concrete 'Element', i.e.MutableTreeNodesaves the memory footprint ofTreeNodeand is suitable for the performance intensive application.TreeGraphis a view on top of a binary tree and maps each tree node to its neighbors, including parent and leftinvalid input: '&right' children.An interface representing a node in a binary tree.Represents the 'Element' participant in the Visitor pattern.Represents the 'Visitor' participant in the Visitor pattern. -