| 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 java.util.Comparator<HiCS.HiCSSubspace> | 
HiCS.HiCSSubspace.SORT_BY_CONTRAST_ASC
Sort subspaces by their actual subspace. 
 | 
static java.util.Comparator<HiCS.HiCSSubspace> | 
HiCS.HiCSSubspace.SORT_BY_CONTRAST_DESC
Sort subspaces by their actual subspace. 
 | 
static java.util.Comparator<HiCS.HiCSSubspace> | 
HiCS.HiCSSubspace.SORT_BY_SUBSPACE
Sort subspaces by their actual subspace. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private java.util.Set<HiCS.HiCSSubspace> | 
HiCS.calculateSubspaces(Relation<? extends NumberVector> relation,
                  java.util.ArrayList<ArrayDBIDs> subspaceIndex,
                  java.util.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,
                 java.util.ArrayList<ArrayDBIDs> subspaceIndex,
                 java.util.Random random)
Calculates the actual contrast of a given subspace. 
 | 
Copyright © 2019 ELKI Development Team. License information.