public interface CovarianceMatrixBuilder
Modifier and Type | Method and Description |
---|---|
Matrix |
processDatabase(Relation<? extends NumberVector> database)
Compute Covariance Matrix for a complete database.
|
Matrix |
processIds(DBIDs ids,
Relation<? extends NumberVector> database)
Compute Covariance Matrix for a collection of database IDs.
|
Matrix |
processQueryResults(DoubleDBIDList results,
Relation<? extends NumberVector> database)
Compute Covariance Matrix for a QueryResult Collection.
|
Matrix |
processQueryResults(DoubleDBIDList results,
Relation<? extends NumberVector> database,
int k)
Compute Covariance Matrix for a QueryResult Collection.
|
Matrix processDatabase(Relation<? extends NumberVector> database)
database
- the database usedMatrix processIds(DBIDs ids, Relation<? extends NumberVector> database)
ids
- a collection of idsdatabase
- the database usedMatrix processQueryResults(DoubleDBIDList results, Relation<? extends NumberVector> database, int k)
results
- a collection of QueryResultsdatabase
- the database usedk
- the number of entries to processMatrix processQueryResults(DoubleDBIDList results, Relation<? extends NumberVector> database)
results
- a collection of QueryResultsdatabase
- the database usedCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.