Uses of Interface
elki.data.projection.random.RandomProjectionFamily
-
Packages that use RandomProjectionFamily Package Description elki.data.projection Data projections.elki.data.projection.random Random projection families.elki.index.lsh.hashfamilies Hash function families for LSH.elki.index.preprocessed.knn Indexes providing KNN and rKNN data. -
-
Uses of RandomProjectionFamily in elki.data.projection
Fields in elki.data.projection declared as RandomProjectionFamily Modifier and Type Field Description private RandomProjectionFamily
RandomProjection. family
Random projection familyprivate RandomProjectionFamily
RandomProjection.Par. family
Random generator.Constructors in elki.data.projection with parameters of type RandomProjectionFamily Constructor Description RandomProjection(int dimensionality, RandomProjectionFamily family)
Constructor. -
Uses of RandomProjectionFamily in elki.data.projection.random
Classes in elki.data.projection.random that implement RandomProjectionFamily Modifier and Type Class Description class
AbstractRandomProjectionFamily
Abstract base class for random projection families.class
AchlioptasRandomProjectionFamily
Random projections as suggested by Dimitris Achlioptas.class
CauchyRandomProjectionFamily
Random projections using Cauchy distributions (1-stable).class
GaussianRandomProjectionFamily
Random projections using Cauchy distributions (1-stable).class
RandomSubsetProjectionFamily
Random projection family based on selecting random features.class
SimplifiedRandomHyperplaneProjectionFamily
Random hyperplane projection family. -
Uses of RandomProjectionFamily in elki.index.lsh.hashfamilies
Fields in elki.index.lsh.hashfamilies declared as RandomProjectionFamily Modifier and Type Field Description protected RandomProjectionFamily
AbstractProjectedHashFunctionFamily. proj
Projection family to use.private RandomProjectionFamily
CosineHashFunctionFamily. proj
Projection family to use.Constructors in elki.index.lsh.hashfamilies with parameters of type RandomProjectionFamily Constructor Description AbstractProjectedHashFunctionFamily(RandomFactory random, RandomProjectionFamily proj, double width, int k)
Constructor. -
Uses of RandomProjectionFamily in elki.index.preprocessed.knn
Fields in elki.index.preprocessed.knn declared as RandomProjectionFamily Modifier and Type Field Description (package private) RandomProjectionFamily
NaiveProjectedKNNPreprocessor.Factory.Par. proj
Random projection family to use.(package private) RandomProjectionFamily
NaiveProjectedKNNPreprocessor.Factory. proj
Random projection family to use.(package private) RandomProjectionFamily
NaiveProjectedKNNPreprocessor. proj
Random projection family to use.(package private) RandomProjectionFamily
SpacefillingKNNPreprocessor.Factory.Par. proj
Random projection family to use.(package private) RandomProjectionFamily
SpacefillingKNNPreprocessor.Factory. proj
Random projection family to use.(package private) RandomProjectionFamily
SpacefillingKNNPreprocessor. proj
Random projection family to use.Constructors in elki.index.preprocessed.knn with parameters of type RandomProjectionFamily Constructor Description Factory(double window, int projections, RandomProjectionFamily proj, RandomFactory random)
Constructor.Factory(java.util.List<? extends SpatialSorter> curvegen, double window, int variants, int odim, RandomProjectionFamily proj, RandomFactory random)
Constructor.NaiveProjectedKNNPreprocessor(Relation<O> relation, double window, int projections, RandomProjectionFamily proj, java.util.Random random)
Constructor.SpacefillingKNNPreprocessor(Relation<O> relation, java.util.List<? extends SpatialSorter> curvegen, double window, int variants, int odim, RandomProjectionFamily proj, java.util.Random random)
Constructor.
-