public abstract class AbstractRandomProjectionFamily extends Object implements RandomProjectionFamily
Modifier and Type | Class and Description |
---|---|
static class |
AbstractRandomProjectionFamily.MatrixProjection
Class to project using a matrix multiplication.
|
static class |
AbstractRandomProjectionFamily.Parameterizer
Parameterization interface (with the shared parameters)
|
RandomProjectionFamily.Projection
Modifier and Type | Field and Description |
---|---|
protected Random |
random
Random generator.
|
Constructor and Description |
---|
AbstractRandomProjectionFamily(RandomFactory random)
Constructor.
|
protected Random random
public AbstractRandomProjectionFamily(RandomFactory random)
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.