JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
io.openml.gearbox.binarytree.TreeGraph
Packages that use
TreeGraph
Package
Description
io.openml.gearbox.binarytree
Uses of
TreeGraph
in
io.openml.gearbox.binarytree
Methods in
io.openml.gearbox.binarytree
that return
TreeGraph
Modifier and Type
Method
Description
static <T>
TreeGraph
<T>
TreeGraph.
of
(
TreeNode
<T> root)
Creates the map view of a specified tree.