Uses of Class
elki.data.projection.random.AbstractRandomProjectionFamily
-
Packages that use AbstractRandomProjectionFamily Package Description elki.data.projection.random Random projection families. -
-
Uses of AbstractRandomProjectionFamily in elki.data.projection.random
Subclasses of AbstractRandomProjectionFamily in elki.data.projection.random Modifier and Type Class Description 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.
-