Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI
|
de.lmu.ifi.dbs.elki.visualization.opticsplot |
Code for drawing OPTICS plots
|
de.lmu.ifi.dbs.elki.visualization.parallel3d |
3DPC: 3D parallel coordinate plot visualization for ELKI.
|
de.lmu.ifi.dbs.elki.visualization.style |
Style management for ELKI visualizations
|
de.lmu.ifi.dbs.elki.visualization.visualizers.pairsegments |
Visualizers for inspecting cluster differences using pair counting segments
|
Modifier and Type | Field and Description |
---|---|
(package private) StylingPolicy |
VisualizerContext.stylepolicy
Styling policy
|
Modifier and Type | Method and Description |
---|---|
StylingPolicy |
VisualizerContext.getStylingPolicy()
Get the active styling policy
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizerContext.setStylingPolicy(StylingPolicy policy)
Set the active styling policy
|
Modifier and Type | Field and Description |
---|---|
(package private) StylingPolicy |
OPTICSPlot.colors
Color adapter to use
|
Constructor and Description |
---|
OPTICSPlot(ClusterOrder co,
StylingPolicy colors)
Constructor, with automatic distance adapter detection.
|
Modifier and Type | Field and Description |
---|---|
(package private) StylingPolicy |
OpenGL3DParallelCoordinates.Instance.Shared.stylepol
Style result
|
Modifier and Type | Method and Description |
---|---|
StylingPolicy |
OpenGL3DParallelCoordinates.getStylePolicy(ResultHierarchy hier,
StyleLibrary stylelib)
Hack: Get/Create the style result.
|
Modifier and Type | Method and Description |
---|---|
private void |
Parallel3DRenderer.prepareColors(StylingPolicy sp) |
Constructor and Description |
---|
Instance(Relation<? extends O> rel,
ProjectionParallel proj,
OpenGL3DParallelCoordinates.Settings<O> settings,
StylingPolicy stylepol,
StyleLibrary stylelib)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassStylingPolicy
Styling policy that is based on classes, for example clusters or
labels.
|
interface |
SingleObjectsStylingPolicy
Styling policy based on assigning objects individual colors.
|
Modifier and Type | Class and Description |
---|---|
class |
ClusterStylingPolicy
Styling policy based on cluster membership.
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentsStylingPolicy
Styling policy to communicate the segment selection to other visualizers.
|
Copyright © 2019 ELKI Development Team. License information.