Uses of Class
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.AbstractDistanceBasedSpatialOutlier

Packages that use AbstractDistanceBasedSpatialOutlier
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial Spatial outlier detection algorithms 
 

Uses of AbstractDistanceBasedSpatialOutlier in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
 

Subclasses of AbstractDistanceBasedSpatialOutlier in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial
 class SLOM<N,O,D extends NumberDistance<D,?>>
          SLOM: a new measure for local spatial outliers Reference:
Sanjay Chawla and Pei Sun
SLOM: a new measure for local spatial outliers
in Knowledge and Information Systems 2005 This implementation works around some corner cases in SLOM, in particular when an object has none or a single neighbor only (albeit the results will still not be too useful then), which will result in divisions by zero.
 class SOF<N,O,D extends NumberDistance<D,?>>
          The Spatial Outlier Factor (SOF) is a spatial LOF variation.
 


Release 0.4.0 (2011-09-20_1324)