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_ASCSort subspaces by their actual subspace.static java.util.Comparator<HiCS.HiCSSubspace>HiCS.HiCSSubspace. SORT_BY_CONTRAST_DESCSort subspaces by their actual subspace.static java.util.Comparator<HiCS.HiCSSubspace>HiCS.HiCSSubspace. SORT_BY_SUBSPACESort subspaces by their actual subspace.Methods in elki.outlier.meta that return HiCS.HiCSSubspace Modifier and Type Method Description protected HiCS.HiCSSubspaceHiCS.HiCSSubspace. or(HiCS.HiCSSubspace other)Or-combine with another subspace.protected HiCS.HiCSSubspaceHiCS.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 voidHiCS. 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.HiCSSubspaceHiCS.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.
-