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) CovarianceMatrixGlobalPrincipalComponentAnalysisTransform. covmatCovariance matrix builder. -
Uses of CovarianceMatrix in elki.math.linearalgebra
Methods in elki.math.linearalgebra that return CovarianceMatrix Modifier and Type Method Description static CovarianceMatrixCovarianceMatrix. make(Relation<? extends NumberVector> relation)Static Constructor from a full relation.static CovarianceMatrixCovarianceMatrix. 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 doubleGaussianUniformMixture. loglikelihoodNormal(DBIDs objids, SetDBIDs anomalous, CovarianceMatrix builder, Relation<? extends NumberVector> relation)Computes the loglikelihood of all normal objects.
-