public class StandardCovarianceMatrixBuilder extends java.lang.Object implements CovarianceMatrixBuilder
CovarianceMatrix.
Reasonable default choice for a CovarianceMatrixBuilder| Constructor and Description |
|---|
StandardCovarianceMatrixBuilder() |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
processIds(DBIDs ids,
Relation<? extends NumberVector> database)
Compute Covariance Matrix for a collection of database IDs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessQueryResults, processQueryResults, processRelationpublic double[][] processIds(DBIDs ids, Relation<? extends NumberVector> database)
processIds in interface CovarianceMatrixBuilderids - a collection of idsdatabase - the database usedCopyright © 2019 ELKI Development Team. License information.