Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.projections |
Visualization projections
|
de.lmu.ifi.dbs.elki.visualization.visualizers.parallel |
Visualizers based on parallel coordinates.
|
de.lmu.ifi.dbs.elki.visualization.visualizers.parallel.index |
Visualizers for index structure based on parallel coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleParallel
Simple parallel projection
Scaled space: reordered, scaled and inverted.
|
Modifier and Type | Field and Description |
---|---|
protected ProjectionParallel |
AbstractParallelVisualization.proj
The current projection
|
Modifier and Type | Method and Description |
---|---|
Element |
AbstractParallelVisualization.setupCanvas(SVGPlot svgp,
ProjectionParallel proj,
double width,
double height)
Utility function to setup a canvas element for the visualization.
|
Modifier and Type | Method and Description |
---|---|
private void |
RTreeParallelVisualization.Instance.visualizeRTreeEntry(SVGPlot svgp,
Element layer,
ProjectionParallel proj,
AbstractRStarTree<? extends N,E,?> rtree,
E entry,
int depth,
int step)
Recursively draw the MBR rectangles.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.