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.ProjectionRandomProjection. projectionProjection 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 classAbstractRandomProjectionFamily.MatrixProjectionClass to project using a matrix multiplication.static classRandomSubsetProjectionFamily.SubsetProjectionRandom subset projection.private static classSimplifiedRandomHyperplaneProjectionFamily.SignedProjectionFast 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.ProjectionAchlioptasRandomProjectionFamily. generateProjection(int idim, int odim)RandomProjectionFamily.ProjectionCauchyRandomProjectionFamily. generateProjection(int idim, int odim)RandomProjectionFamily.ProjectionGaussianRandomProjectionFamily. generateProjection(int idim, int odim)RandomProjectionFamily.ProjectionRandomProjectionFamily. generateProjection(int idim, int odim)Generate a projection matrix for the given dimensionalities.RandomProjectionFamily.ProjectionRandomSubsetProjectionFamily. generateProjection(int idim, int odim)RandomProjectionFamily.ProjectionSimplifiedRandomHyperplaneProjectionFamily. 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.ProjectionCosineLocalitySensitiveHashFunction. projectionProjection function.(package private) RandomProjectionFamily.ProjectionMultipleProjectionsLocalitySensitiveHashFunction. projectionProjection 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.
-