Uses of Interface
elki.visualization.projector.Projector
-
Packages that use Projector Package Description elki.visualization.projections Visualization projections.elki.visualization.projector Projectors are responsible for finding appropriate projections for data relations. -
-
Uses of Projector in elki.visualization.projections
Fields in elki.visualization.projections declared as Projector Modifier and Type Field Description private Projector
AbstractProjection. p
Projector usedprivate Projector
SimpleParallel. p
ProjectorMethods in elki.visualization.projections that return Projector Modifier and Type Method Description Projector
AbstractProjection. getProjector()
Projector
OPTICSProjection. getProjector()
Projector
Projection. getProjector()
Projector used for generating this projection.Projector
SilhouetteProjection. getProjector()
Projector
SimpleParallel. getProjector()
Constructors in elki.visualization.projections with parameters of type Projector Constructor 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. -
Uses of Projector in elki.visualization.projector
Classes in elki.visualization.projector that implement Projector Modifier and Type Class 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.class
SilhouettePlotProjector
Projection for Silhouette plots.
-