Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.parallel3d.layout |
Layouting algorithms for 3D parallel coordinate plots.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLayout3DPC<N extends Layout.Node>
Abstract class for dimension similarity based layouters.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractLayout3DPC.AbstractNode<N extends AbstractLayout3DPC.AbstractNode<N>>
Abstract node implementation.
|
static class |
CompactCircularMSTLayout3DPC.Node
Node class for this layout.
|
static class |
MultidimensionalScalingMSTLayout3DPC.Node
Node class for this layout.
|
static class |
SimpleCircularMSTLayout3DPC.Node
Node class for this layout.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<? extends Layout.Node> |
Layout.nodes
Nodes
|
Modifier and Type | Method and Description |
---|---|
Layout.Node |
Layout.Node.getChild(int off)
Get a child node.
|
Layout.Node |
Layout.getNode(int dim)
Get the node for the given dimension.
|
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractLayout3DPC.maxDepth(Layout.Node node)
Compute the depth of the graph.
|
Copyright © 2019 ELKI Development Team. License information.