See: Description

| Interface | Description |
|---|---|
| RandomProjectionFamily |
Interface for random projection families.
|
| RandomProjectionFamily.Projection |
Interface for projection instances (not thread safe).
|
| Class | Description |
|---|---|
| AbstractRandomProjectionFamily |
Abstract base class for random projection families.
|
| AbstractRandomProjectionFamily.MatrixProjection |
Class to project using a matrix multiplication.
|
| AbstractRandomProjectionFamily.Parameterizer |
Parameterization interface (with the shared parameters)
|
| AchlioptasRandomProjectionFamily |
Random projections as suggested by Dimitris Achlioptas.
|
| AchlioptasRandomProjectionFamily.Parameterizer |
Parameterization class.
|
| CauchyRandomProjectionFamily |
Random projections using Cauchy distributions (1-stable).
|
| CauchyRandomProjectionFamily.Parameterizer |
Parameterization class.
|
| GaussianRandomProjectionFamily |
Random projections using Cauchy distributions (1-stable).
|
| GaussianRandomProjectionFamily.Parameterizer |
Parameterization class.
|
| RandomSubsetProjectionFamily |
Random projection family based on selecting random features.
|
| RandomSubsetProjectionFamily.Parameterizer |
Parameterization class.
|
| RandomSubsetProjectionFamily.SubsetProjection |
Random subset projection.
|
| SimplifiedRandomHyperplaneProjectionFamily |
Random hyperplane projection family.
|
| SimplifiedRandomHyperplaneProjectionFamily.Parameterizer |
Parameterization class.
|
| SimplifiedRandomHyperplaneProjectionFamily.SignedProjection |
Fast projection class, using booleans to represent +-1 matrix entries.
|
Random projection families.
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.