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. HLocal 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 intHySortOD.Hypercube. compareTo(HySortOD.Hypercube o)protected booleanHySortOD.DensityStrategy. isImmediate(HySortOD.Hypercube hi, HySortOD.Hypercube hk)Validate if Hypercube hk is immediate neighbor of Hypercube hi.protected booleanHySortOD.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.DensityStrategyHySortOD.DensityStrategy. buildIndex(java.util.List<HySortOD.Hypercube> H)Construct the index for compute hypercube density according to a strategy.(package private) HySortOD.DensityStrategyHySortOD.NaiveStrategy. buildIndex(java.util.List<HySortOD.Hypercube> H)(package private) HySortOD.DensityStrategyHySortOD.TreeStrategy. buildIndex(java.util.List<HySortOD.Hypercube> H)
-