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 RandomProjectionFamilyRandomProjection. familyRandom projection familyprivate RandomProjectionFamilyRandomProjection.Par. familyRandom 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 classAbstractRandomProjectionFamilyAbstract base class for random projection families.classAchlioptasRandomProjectionFamilyRandom projections as suggested by Dimitris Achlioptas.classCauchyRandomProjectionFamilyRandom projections using Cauchy distributions (1-stable).classGaussianRandomProjectionFamilyRandom projections using Cauchy distributions (1-stable).classRandomSubsetProjectionFamilyRandom projection family based on selecting random features.classSimplifiedRandomHyperplaneProjectionFamilyRandom 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 RandomProjectionFamilyAbstractProjectedHashFunctionFamily. projProjection family to use.private RandomProjectionFamilyCosineHashFunctionFamily. projProjection 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) RandomProjectionFamilyNaiveProjectedKNNPreprocessor.Factory.Par. projRandom projection family to use.(package private) RandomProjectionFamilyNaiveProjectedKNNPreprocessor.Factory. projRandom projection family to use.(package private) RandomProjectionFamilyNaiveProjectedKNNPreprocessor. projRandom projection family to use.(package private) RandomProjectionFamilySpacefillingKNNPreprocessor.Factory.Par. projRandom projection family to use.(package private) RandomProjectionFamilySpacefillingKNNPreprocessor.Factory. projRandom projection family to use.(package private) RandomProjectionFamilySpacefillingKNNPreprocessor. projRandom 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.
-