Uses of Class
elki.visualization.opticsplot.OPTICSPlot
-
Packages that use OPTICSPlot Package Description elki.visualization.opticsplot Code for drawing OPTICS plots.elki.visualization.projections Visualization projections.elki.visualization.projector Projectors are responsible for finding appropriate projections for data relations. -
-
Uses of OPTICSPlot in elki.visualization.opticsplot
Methods in elki.visualization.opticsplot that return OPTICSPlot Modifier and Type Method Description static OPTICSPlot
OPTICSPlot. plotForClusterOrder(ClusterOrder co, VisualizerContext context)
Static method to find an optics plot for a result, or to create a new one using the given context. -
Uses of OPTICSPlot in elki.visualization.projections
Methods in elki.visualization.projections that return OPTICSPlot Modifier and Type Method Description OPTICSPlot
OPTICSProjection. getOPTICSPlot(VisualizerContext context)
Get or produce the actual OPTICS plot. -
Uses of OPTICSPlot in elki.visualization.projector
Fields in elki.visualization.projector declared as OPTICSPlot Modifier and Type Field Description private OPTICSPlot
OPTICSProjector. plot
OPTICS plot imageMethods in elki.visualization.projector that return OPTICSPlot Modifier and Type Method Description OPTICSPlot
OPTICSProjector. getOPTICSPlot(VisualizerContext context)
Get or produce the actual OPTICS plot.
-