Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.meta |
Meta outlier detection algorithms: external scores, score rescaling.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<HiCS.HiCSSubspace> |
HiCS.HiCSSubspace.SORT_BY_CONTRAST_ASC
Sort subspaces by their actual subspace.
|
static Comparator<HiCS.HiCSSubspace> |
HiCS.HiCSSubspace.SORT_BY_CONTRAST_DESC
Sort subspaces by their actual subspace.
|
static Comparator<HiCS.HiCSSubspace> |
HiCS.HiCSSubspace.SORT_BY_SUBSPACE
Sort subspaces by their actual subspace.
|
Modifier and Type | Method and Description |
---|---|
private Set<HiCS.HiCSSubspace> |
HiCS.calculateSubspaces(Relation<? extends NumberVector> relation,
ArrayList<ArrayDBIDs> subspaceIndex,
Random random)
Identifies high contrast subspaces in a given full-dimensional database.
|
Modifier and Type | Method and Description |
---|---|
private void |
HiCS.calculateContrast(Relation<? extends NumberVector> relation,
HiCS.HiCSSubspace subspace,
ArrayList<ArrayDBIDs> subspaceIndex,
Random random)
Calculates the actual contrast of a given subspace.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.