
| Interface | Description |
|---|---|
| Projection |
Base interface used for projections in the ELKI visualizers.
|
| Projection1D |
Interface for projections that have a specialization to only compute the first component.
|
| Projection2D |
Projections that have specialized methods to only compute the first two
dimensions of the projection.
|
| Class | Description |
|---|---|
| AbstractProjection |
Abstract base projection class.
|
| AbstractSimpleProjection |
Abstract base class for "simple" projections.
|
| AffineProjection |
Affine projections are the most general class.
|
| Simple1D |
Dimension-selecting 1D projection.
|
| Simple2D |
Dimension-selecting 2D projection.
|
Visualization projections