Uses of Interface
elki.visualization.parallel3d.layout.Layout.Node
-
Packages that use Layout.Node Package Description elki.visualization.parallel3d.layout Layouting algorithms for 3D parallel coordinate plots. -
-
Uses of Layout.Node in elki.visualization.parallel3d.layout
Classes in elki.visualization.parallel3d.layout with type parameters of type Layout.Node Modifier and Type Class Description class
AbstractLayout3DPC<N extends Layout.Node>
Abstract class for dimension similarity based layouters.Classes in elki.visualization.parallel3d.layout that implement Layout.Node Modifier and Type Class 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.Fields in elki.visualization.parallel3d.layout with type parameters of type Layout.Node Modifier and Type Field Description java.util.List<? extends Layout.Node>
Layout. nodes
NodesMethods in elki.visualization.parallel3d.layout that return Layout.Node Modifier and Type Method 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.Methods in elki.visualization.parallel3d.layout with parameters of type Layout.Node Modifier and Type Method Description protected int
AbstractLayout3DPC. maxDepth(Layout.Node node)
Compute the depth of the graph.
-