Uses of Class
elki.outlier.density.HySortOD.Hypercube
-
Packages that use HySortOD.Hypercube Package Description elki.outlier.density Density-based outlier detection algorithms. -
-
Uses of HySortOD.Hypercube in elki.outlier.density
Fields in elki.outlier.density with type parameters of type HySortOD.Hypercube Modifier and Type Field Description (package private) java.util.List<HySortOD.Hypercube>
HySortOD.DensityStrategy. H
Local reference for searchMethods in elki.outlier.density that return types with arguments of type HySortOD.Hypercube Modifier and Type Method Description private java.util.List<HySortOD.Hypercube>
HySortOD. getSortedHypercubes(Relation<? extends NumberVector> relation)
Create and sort hypercubes considering their coordinates.Methods in elki.outlier.density with parameters of type HySortOD.Hypercube Modifier and Type Method Description int
HySortOD.Hypercube. compareTo(HySortOD.Hypercube o)
protected boolean
HySortOD.DensityStrategy. isImmediate(HySortOD.Hypercube hi, HySortOD.Hypercube hk)
Validate if Hypercube hk is immediate neighbor of Hypercube hi.protected boolean
HySortOD.DensityStrategy. isProspective(HySortOD.Hypercube hi, HySortOD.Hypercube hk, int col)
Validate if Hypercube hk is immediate neighbor of Hypercube hi using a the same coordinate.Method parameters in elki.outlier.density with type arguments of type HySortOD.Hypercube Modifier and Type Method Description (package private) abstract HySortOD.DensityStrategy
HySortOD.DensityStrategy. buildIndex(java.util.List<HySortOD.Hypercube> H)
Construct the index for compute hypercube density according to a strategy.(package private) HySortOD.DensityStrategy
HySortOD.NaiveStrategy. buildIndex(java.util.List<HySortOD.Hypercube> H)
(package private) HySortOD.DensityStrategy
HySortOD.TreeStrategy. buildIndex(java.util.List<HySortOD.Hypercube> H)
-