Uses of Package
io.openml.gearbox.bfs
Packages that use io.openml.gearbox.bfs
-
Classes in io.openml.gearbox.bfs used by io.openml.gearbox.bfsClassDescriptionRepresents a node in graph that can be 'visited' by a
NodeVisitor
.The abstract parent type that all BFS visitor must implement and encapsulates the operations for each user-defined problem.