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 ProjectorAbstractProjection. pProjector usedprivate ProjectorSimpleParallel. pProjectorMethods in elki.visualization.projections that return Projector Modifier and Type Method Description ProjectorAbstractProjection. getProjector()ProjectorOPTICSProjection. getProjector()ProjectorProjection. getProjector()Projector used for generating this projection.ProjectorSilhouetteProjection. getProjector()ProjectorSimpleParallel. 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 classHistogramProjector<V extends NumberVector>ScatterPlotProjector is responsible for producing a set of scatterplot visualizations.classOPTICSProjectorProjection for OPTICS plots.classParallelPlotProjector<V extends SpatialComparable>ParallelPlotProjector is responsible for producing a parallel axes visualization.classScatterPlotProjector<V extends SpatialComparable>ScatterPlotProjector is responsible for producing a set of scatterplot visualizations.classSilhouettePlotProjectorProjection for Silhouette plots.
-