| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.datasource.filter.transform | 
 Data space transformations. 
 | 
| de.lmu.ifi.dbs.elki.math.linearalgebra | 
 Linear Algebra package provides classes and computational methods for operations on matrices. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) CovarianceMatrix | 
GlobalPrincipalComponentAnalysisTransform.covmat
Covariance matrix builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CovarianceMatrix | 
CovarianceMatrix.make(Matrix mat)
Static Constructor. 
 | 
static CovarianceMatrix | 
CovarianceMatrix.make(Relation<? extends NumberVector<?>> relation)
Static Constructor from a full relation. 
 | 
static CovarianceMatrix | 
CovarianceMatrix.make(Relation<? extends NumberVector<?>> relation,
    DBIDs ids)
Static Constructor from a full relation. 
 |