public abstract class AbstractRandomProjectionFamily extends java.lang.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 java.util.Random |
random
Random generator.
|
| Constructor and Description |
|---|
AbstractRandomProjectionFamily(RandomFactory random)
Constructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateProjectionpublic AbstractRandomProjectionFamily(RandomFactory random)
Copyright © 2019 ELKI Development Team. License information.