Package elki.data.projection
Data projections.
-
Interface Summary Interface Description Projection<IN,OUT> Projection interface. -
Class Summary Class Description FeatureSelection<V extends FeatureVector<F>,F> Projection class for number vectors.FeatureSelection.Par<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).LngLatToECEFProjection<V extends NumberVector> Project (Longitude, Latitude) vectors to (X, Y, Z), from spherical coordinates to ECEF (earth-centered earth-fixed).NumericalFeatureSelection<V extends NumberVector> Projection class for number vectors.NumericalFeatureSelection.Par<V extends NumberVector> Parameterization class.RandomProjection<V extends NumberVector> Randomized projections of the data.RandomProjection.Par Parameterization class.