Uses of Package
elki.data.projection.random
-
Packages that use elki.data.projection.random 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.lsh.hashfunctions Hash functions for LSH.elki.index.preprocessed.knn Indexes providing KNN and rKNN data. -
Classes in elki.data.projection.random used by elki.data.projection Class Description RandomProjectionFamily Interface for random projection families.RandomProjectionFamily.Projection Interface for projection instances (not thread safe). -
Classes in elki.data.projection.random used by elki.data.projection.random Class Description AbstractRandomProjectionFamily Abstract base class for random projection families.AbstractRandomProjectionFamily.Par Parameterization interface (with the shared parameters)AchlioptasRandomProjectionFamily Random projections as suggested by Dimitris Achlioptas.CauchyRandomProjectionFamily Random projections using Cauchy distributions (1-stable).GaussianRandomProjectionFamily Random projections using Cauchy distributions (1-stable).RandomProjectionFamily Interface for random projection families.RandomProjectionFamily.Projection Interface for projection instances (not thread safe).RandomSubsetProjectionFamily Random projection family based on selecting random features.SimplifiedRandomHyperplaneProjectionFamily Random hyperplane projection family. -
Classes in elki.data.projection.random used by elki.index.lsh.hashfamilies Class Description RandomProjectionFamily Interface for random projection families. -
Classes in elki.data.projection.random used by elki.index.lsh.hashfunctions Class Description RandomProjectionFamily.Projection Interface for projection instances (not thread safe). -
Classes in elki.data.projection.random used by elki.index.preprocessed.knn Class Description RandomProjectionFamily Interface for random projection families.