Package | Description |
---|---|
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 | Field and Description |
---|---|
private Projector |
SimpleParallel.p
Projector
|
private Projector |
AbstractProjection.p
Projector used
|
Modifier and Type | Method and Description |
---|---|
Projector |
SimpleParallel.getProjector() |
Projector |
Projection.getProjector()
Projector used for generating this projection.
|
Projector |
OPTICSProjection.getProjector() |
Projector |
AbstractProjection.getProjector() |
Constructor and Description |
---|
AbstractFullProjection(Projector p,
LinearScale[] scales)
Constructor.
|
AbstractProjection(Projector p,
LinearScale[] scales)
Constructor.
|
AbstractSimpleProjection(Projector p,
LinearScale[] scales)
Constructor.
|
AffineProjection(Projector p,
LinearScale[] scales,
AffineTransformation proj)
Constructor with a given database and axes.
|
Simple1D(Projector p,
LinearScale[] scales,
int dnum)
Simple 1D projection using scaling only.
|
Simple2D(Projector p,
LinearScale[] scales,
int ax1,
int ax2)
Constructor with a given database and axes.
|
SimpleParallel(Projector p,
LinearScale[] scales)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
HistogramProjector<V extends NumberVector>
ScatterPlotProjector is responsible for producing a set of scatterplot
visualizations.
|
class |
OPTICSProjector
Projection for OPTICS plots.
|
class |
ParallelPlotProjector<V extends SpatialComparable>
ParallelPlotProjector is responsible for producing a parallel axes
visualization.
|
class |
ScatterPlotProjector<V extends SpatialComparable>
ScatterPlotProjector is responsible for producing a set of scatterplot
visualizations.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.