@Reference(authors="Hans-Peter Kriegel, Peer Kr\u00f6ger, Erich Schubert, Arthur Zimek", title="Outlier Detection in Arbitrarily Oriented Subspaces", booktitle="Proc. IEEE International Conference on Data Mining (ICDM 2012)") public class RANSACCovarianceMatrixBuilder extends AbstractCovarianceMatrixBuilder
Hans-Peter Kriegel, Peer Kröger, Erich Schubert, Arthur Zimek
Outlier Detection in Arbitrarily Oriented Subspaces
in: Proc. IEEE International Conference on Data Mining (ICDM 2012)
Random sample consensus: a paradigm for model fitting with applications to
image analysis and automated cartography
M.A. Fischler, R.C. Bolles
Communications of the ACM, Vol. 24 Issue 6
Modifier and Type | Class and Description |
---|---|
static class |
RANSACCovarianceMatrixBuilder.Parameterizer
Parameterization class
|
Modifier and Type | Field and Description |
---|---|
(package private) int |
iterations
Number of iterations to perform
|
(package private) RandomFactory |
rnd
Random generator
|
Constructor and Description |
---|
RANSACCovarianceMatrixBuilder(int iterations,
RandomFactory rnd)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
processIds(DBIDs ids,
Relation<? extends NumberVector> relation)
Compute Covariance Matrix for a collection of database IDs.
|
processDatabase, processQueryResults, processQueryResults
int iterations
RandomFactory rnd
public RANSACCovarianceMatrixBuilder(int iterations, RandomFactory rnd)
iterations
- Number of iterations (attempts) to tryrnd
- random generator@Reference(title="Random sample consensus: a paradigm for model fitting with applications to image analysis and automated cartography", authors="M.A. Fischler, R.C. Bolles", booktitle="Communications of the ACM, Vol. 24 Issue 6", url="http://dx.doi.org/10.1145/358669.358692") public Matrix processIds(DBIDs ids, Relation<? extends NumberVector> relation)
CovarianceMatrixBuilder
processIds
in interface CovarianceMatrixBuilder
processIds
in class AbstractCovarianceMatrixBuilder
ids
- a collection of idsrelation
- the database usedCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.