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.clustering Clustering based outlier detection.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.svm Support-Vector-Machines for outlier detection.elki.outlier.trivial Trivial outlier detection algorithms: no outliers, all outliers, label outliers.tutorial.outlier Tutorials on implementing outlier detection methods in ELKI. -
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.OPTICSOF OPTICS-OF outlier detection algorithm, an algorithm to find Local Outliers in a database based on ideas fromOPTICSTypeAlgorithm
clustering.OutlierAlgorithm Generic super interface for outlier detection algorithms.SimpleCOP Algorithm to compute local correlation outlier probability. -
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.clustering 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.svm 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. -
Classes in elki.outlier used by tutorial.outlier Class Description OutlierAlgorithm Generic super interface for outlier detection algorithms.