Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier |
Outlier detection algorithms
|
Modifier and Type | Field and Description |
---|---|
(package private) COP.DistanceDist |
COP.dist
Type of distribution to assume for distances.
|
(package private) COP.DistanceDist |
COP.Parameterizer.dist
Distance distributution assumption.
|
Modifier and Type | Method and Description |
---|---|
static COP.DistanceDist |
COP.DistanceDist.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COP.DistanceDist[] |
COP.DistanceDist.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
COP(DistanceFunction<? super V> distanceFunction,
int k,
PCARunner pca,
double expect,
COP.DistanceDist dist,
boolean models)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.