public class Layout
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Layout.Edge
Edge class
|
static interface |
Layout.Node
Node of the layout tree.
|
| Modifier and Type | Field and Description |
|---|---|
java.util.List<? extends Layout.Edge> |
edges
Edges
|
java.util.List<? extends Layout.Node> |
nodes
Nodes
|
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
Layout.Node |
getNode(int dim)
Get the node for the given dimension.
|
public java.util.List<? extends Layout.Node> nodes
public java.util.List<? extends Layout.Edge> edges
public Layout.Node getNode(int dim)
dim - DimensionCopyright © 2019 ELKI Development Team. License information.