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.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 | 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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.