| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.math.linearalgebra | 
 Linear Algebra package provides classes and computational methods for operations on matrices. 
 | 
| de.lmu.ifi.dbs.elki.math.linearalgebra.pca | 
 Principal Component Analysis (PCA) and Eigenvector processing. 
 | 
| Constructor and Description | 
|---|
SortedEigenPairs(EigenvalueDecomposition evd,
                boolean ascending)
Creates a new SortedEigenPairs object from the specified eigenvalue
 decomposition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PCAResult | 
PCARunner.processEVD(EigenvalueDecomposition evd)
Process an existing eigenvalue decomposition. 
 | 
PCAFilteredResult | 
PCAFilteredRunner.processEVD(EigenvalueDecomposition evd)
Process an existing eigenvalue decomposition. 
 |