Uses of Interface
elki.data.projection.random.RandomProjectionFamily.Projection
-
Packages that use RandomProjectionFamily.Projection Package Description elki.data.projection Data projections.elki.data.projection.random Random projection families.elki.index.lsh.hashfunctions Hash functions for LSH. -
-
Uses of RandomProjectionFamily.Projection in elki.data.projection
Fields in elki.data.projection declared as RandomProjectionFamily.Projection Modifier and Type Field Description private RandomProjectionFamily.Projection
RandomProjection. projection
Projection matrix. -
Uses of RandomProjectionFamily.Projection in elki.data.projection.random
Classes in elki.data.projection.random that implement RandomProjectionFamily.Projection Modifier and Type Class Description static class
AbstractRandomProjectionFamily.MatrixProjection
Class to project using a matrix multiplication.static class
RandomSubsetProjectionFamily.SubsetProjection
Random subset projection.private static class
SimplifiedRandomHyperplaneProjectionFamily.SignedProjection
Fast projection class, using booleans to represent +-1 matrix entries.Methods in elki.data.projection.random that return RandomProjectionFamily.Projection Modifier and Type Method Description RandomProjectionFamily.Projection
AchlioptasRandomProjectionFamily. generateProjection(int idim, int odim)
RandomProjectionFamily.Projection
CauchyRandomProjectionFamily. generateProjection(int idim, int odim)
RandomProjectionFamily.Projection
GaussianRandomProjectionFamily. generateProjection(int idim, int odim)
RandomProjectionFamily.Projection
RandomProjectionFamily. generateProjection(int idim, int odim)
Generate a projection matrix for the given dimensionalities.RandomProjectionFamily.Projection
RandomSubsetProjectionFamily. generateProjection(int idim, int odim)
RandomProjectionFamily.Projection
SimplifiedRandomHyperplaneProjectionFamily. generateProjection(int dim, int k)
-
Uses of RandomProjectionFamily.Projection in elki.index.lsh.hashfunctions
Fields in elki.index.lsh.hashfunctions declared as RandomProjectionFamily.Projection Modifier and Type Field Description private RandomProjectionFamily.Projection
CosineLocalitySensitiveHashFunction. projection
Projection function.(package private) RandomProjectionFamily.Projection
MultipleProjectionsLocalitySensitiveHashFunction. projection
Projection matrix.Constructors in elki.index.lsh.hashfunctions with parameters of type RandomProjectionFamily.Projection Constructor Description CosineLocalitySensitiveHashFunction(RandomProjectionFamily.Projection projection)
Constructor.MultipleProjectionsLocalitySensitiveHashFunction(RandomProjectionFamily.Projection projection, double width, java.util.Random rnd)
Constructor.
-