Uses of Class
elki.outlier.meta.HiCS.HiCSSubspace
-
Packages that use HiCS.HiCSSubspace Package Description elki.outlier.meta Meta outlier detection algorithms: external scores, score rescaling. -
-
Uses of HiCS.HiCSSubspace in elki.outlier.meta
Fields in elki.outlier.meta with type parameters of type HiCS.HiCSSubspace Modifier and Type Field 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.Methods in elki.outlier.meta that return HiCS.HiCSSubspace Modifier and Type Method Description protected HiCS.HiCSSubspace
HiCS.HiCSSubspace. or(HiCS.HiCSSubspace other)
Or-combine with another subspace.protected HiCS.HiCSSubspace
HiCS.HiCSSubspace. set(int i)
Set a bit in the subspace.Methods in elki.outlier.meta that return types with arguments of type HiCS.HiCSSubspace Modifier and Type Method 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.Methods in elki.outlier.meta with parameters of type HiCS.HiCSSubspace Modifier and Type Method 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.protected HiCS.HiCSSubspace
HiCS.HiCSSubspace. or(HiCS.HiCSSubspace other)
Or-combine with another subspace.Constructors in elki.outlier.meta with parameters of type HiCS.HiCSSubspace Constructor Description HiCSSubspace(HiCS.HiCSSubspace other)
Constructor.
-