Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.correlation |
Correlation clustering algorithms
|
de.lmu.ifi.dbs.elki.math.linearalgebra.pca |
Principal Component Analysis (PCA) and Eigenvector processing.
|
Modifier and Type | Field and Description |
---|---|
private PCARunner<V> |
ORCLUS.pca
The PCA utility object.
|
protected PCARunner<V> |
ORCLUS.Parameterizer.pca |
Constructor and Description |
---|
ORCLUS(int k,
int k_i,
int l,
double alpha,
long seed,
PCARunner<V> pca)
Java constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PCAFilteredRunner<V extends NumberVector<? extends V,?>>
PCA runner that will do dimensionality reduction.
|
Modifier and Type | Method and Description |
---|---|
protected PCARunner<V> |
PCARunner.Parameterizer.makeInstance() |