Skip to main content

Module random_projection

Module random_projection 

Source
Expand description

Random projection transformers for dimensionality reduction.

Random projections preserve pairwise distances in expectation (Johnson-Lindenstrauss lemma).

Structs§

FittedGaussianRandomProjection
Fitted Gaussian random projection holding the projection matrix.
FittedSparseRandomProjection
Fitted sparse random projection holding the projection matrix.
GaussianRandomProjection
Gaussian random projection transformer.
SparseRandomProjection
Sparse random projection transformer.