Uses of Class
elki.math.linearalgebra.CovarianceMatrix
-
Packages that use CovarianceMatrix Package Description elki.datasource.filter.transform Data space transformations.elki.math.linearalgebra The linear algebra package provides classes and computational methods for operations on matrices and vectors.elki.outlier Outlier detection algorithms. -
-
Uses of CovarianceMatrix in elki.datasource.filter.transform
Fields in elki.datasource.filter.transform declared as CovarianceMatrix Modifier and Type Field Description (package private) CovarianceMatrix
GlobalPrincipalComponentAnalysisTransform. covmat
Covariance matrix builder. -
Uses of CovarianceMatrix in elki.math.linearalgebra
Methods in elki.math.linearalgebra that return CovarianceMatrix Modifier and Type Method Description 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. -
Uses of CovarianceMatrix in elki.outlier
Methods in elki.outlier with parameters of type CovarianceMatrix Modifier and Type Method Description private double
GaussianUniformMixture. loglikelihoodNormal(DBIDs objids, SetDBIDs anomalous, CovarianceMatrix builder, Relation<? extends NumberVector> relation)
Computes the loglikelihood of all normal objects.
-