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,D> distanceFunction,
int k,
PCARunner<V> pca,
double expect,
COP.DistanceDist dist)
Constructor.
|