Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.opticsplot |
Code for drawing OPTICS plots
|
de.lmu.ifi.dbs.elki.visualization.projections |
Visualization projections
|
de.lmu.ifi.dbs.elki.visualization.projector |
Projectors are responsible for finding appropriate projections for data relations.
|
Modifier and Type | Method and Description |
---|---|
static <D extends Distance<D>> |
OPTICSPlot.plotForClusterOrder(ClusterOrderResult<D> co,
VisualizerContext context)
Static method to find an optics plot for a result, or to create a new one
using the given context.
|
Modifier and Type | Method and Description |
---|---|
OPTICSPlot<D> |
OPTICSProjection.getOPTICSPlot(VisualizerContext context)
Get or produce the actual OPTICS plot.
|
Modifier and Type | Field and Description |
---|---|
private OPTICSPlot<D> |
OPTICSProjector.plot
OPTICS plot image
|
Modifier and Type | Method and Description |
---|---|
OPTICSPlot<D> |
OPTICSProjector.getOPTICSPlot(VisualizerContext context)
Get or produce the actual OPTICS plot.
|