| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.visualization.parallel3d | 
 3DPC: 3D parallel coordinate plot visualization for ELKI. 
 | 
| de.lmu.ifi.dbs.elki.visualization.parallel3d.layout | 
 Layouting algorithms for 3D parallel coordinate plots. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) Layout | 
OpenGL3DParallelCoordinates.Instance.Shared.layout
Layout 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
OpenGL3DParallelCoordinates.Instance.setLayout(Layout newlayout)
Callback from layouting thread. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Layout | 
MultidimensionalScalingMSTLayout3DPC.layout(int dim,
      double[] mat)  | 
Layout | 
SimpleCircularMSTLayout3DPC.layout(int dim,
      double[] mat)  | 
Layout | 
SimilarityBasedLayouter3DPC.layout(int dim,
      double[] mat)
Main analysis method. 
 | 
Layout | 
CompactCircularMSTLayout3DPC.layout(int dim,
      double[] mat)  | 
abstract Layout | 
AbstractLayout3DPC.layout(int dim,
      double[] mat)  | 
Layout | 
AbstractLayout3DPC.layout(Relation<? extends NumberVector> rel)  | 
Layout | 
Layouter3DPC.layout(Relation<? extends V> rel)
Run the layouting algorithm. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected N | 
AbstractLayout3DPC.buildSpanningTree(int dim,
                 double[] mat,
                 Layout layout)
Build the minimum spanning tree. 
 | 
Copyright © 2019 ELKI Development Team. License information.