Interface | Description |
---|---|
Projection<IN,OUT> |
Projection interface.
|
Class | Description |
---|---|
FeatureSelection<V extends FeatureVector<F>,F> |
Projection class for number vectors.
|
FeatureSelection.Parameterizer<V extends FeatureVector<F>,F> |
Parameterization class.
|
LatLngToECEFProjection<V extends NumberVector> |
Project (Latitude, Longitude) vectors to (X, Y, Z), from spherical
coordinates to ECEF (earth-centered earth-fixed).
|
LatLngToECEFProjection.Parameterizer |
Parameterization class.
|
LngLatToECEFProjection<V extends NumberVector> |
Project (Longitude, Latitude) vectors to (X, Y, Z), from spherical
coordinates to ECEF (earth-centered earth-fixed).
|
LngLatToECEFProjection.Parameterizer |
Parameterization class.
|
NumericalFeatureSelection<V extends NumberVector> |
Projection class for number vectors.
|
NumericalFeatureSelection.Parameterizer<V extends NumberVector> |
Parameterization class.
|
RandomProjection<V extends NumberVector> |
Randomized projections of the data.
|
RandomProjection.Parameterizer |
Parameterization class.
|
Data projections.
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.