Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.linearalgebra.pca |
Principal Component Analysis (PCA) and Eigenvector processing.
|
Modifier and Type | Class and Description |
---|---|
class |
PCAFilteredResult
Result class for a filtered PCA.
|
Modifier and Type | Method and Description |
---|---|
PCAResult |
PCARunner.processCovarMatrix(Matrix covarMatrix)
Process an existing covariance Matrix.
|
PCAResult |
PCARunner.processDatabase(Relation<? extends NumberVector> database)
Run PCA on the complete database.
|
PCAResult |
PCARunner.processEVD(EigenvalueDecomposition evd)
Process an existing eigenvalue decomposition.
|
PCAResult |
PCARunner.processIds(DBIDs ids,
Relation<? extends NumberVector> database)
Run PCA on a collection of database IDs.
|
PCAResult |
PCARunner.processQueryResult(DoubleDBIDList results,
Relation<? extends NumberVector> database)
Run PCA on a QueryResult Collection.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.