Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
de.lmu.ifi.dbs.elki.datasource.filter.transform |
Data space transformations
|
de.lmu.ifi.dbs.elki.math.linearalgebra |
The linear algebra package provides classes and computational methods for
operations on matrices and vectors.
|
Modifier and Type | Method and Description |
---|---|
private double |
GaussianUniformMixture.loglikelihoodNormal(DBIDs objids,
SetDBIDs anomalous,
CovarianceMatrix builder,
Relation<V> relation)
Computes the loglikelihood of all normal objects.
|
Modifier and Type | Field and Description |
---|---|
(package private) CovarianceMatrix |
GlobalPrincipalComponentAnalysisTransform.covmat
Covariance matrix builder.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 ELKI Development Team. License information.