Uses of Package
elki.outlier
-
Packages that use elki.outlier Package Description elki.outlier Outlier detection algorithms.elki.outlier.anglebased Angle-based outlier detection algorithms.elki.outlier.density Density-based outlier detection algorithms.elki.outlier.distance Distance-based outlier detection algorithms, such as DBOutlier and kNN.elki.outlier.distance.parallel Parallel implementations of distance-based outlier detectors.elki.outlier.intrinsic Outlier detection algorithms based on intrinsic dimensionality.elki.outlier.lof LOF family of outlier detection algorithms.elki.outlier.lof.parallel Parallelized variants of LOF.elki.outlier.meta Meta outlier detection algorithms: external scores, score rescaling.elki.outlier.spatial Spatial outlier detection algorithms.elki.outlier.subspace Subspace outlier detection methods.elki.outlier.trivial Trivial outlier detection algorithms: no outliers, all outliers, label outliers. -
Classes in elki.outlier used by elki.outlier Class Description COP Correlation outlier probability: Outlier Detection in Arbitrarily Oriented SubspacesCOP.DistanceDist Score type.DWOF Algorithm to compute dynamic-window outlier factors in a database based on a specified parameter k, which specifies the number of the neighbors to be considered during the calculation of the DWOF score.GaussianModel Outlier detection based on the probability density of the single normal distribution.GaussianUniformMixture Outlier detection algorithm using a mixture model approach.OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.anglebased Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.density Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.distance Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.distance.parallel Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.intrinsic Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.lof Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.lof.parallel Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.meta Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.spatial Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.subspace Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms. -
Classes in elki.outlier used by elki.outlier.trivial Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms.