Package de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood

Spatial outlier neighborhood classes

See:
          Description


Interface Summary
NeighborSetPredicate Predicate to obtain the neighbors of a reference object as set.
NeighborSetPredicate.Factory<O> Factory interface to produce instances.
 

Class Summary
AbstractPrecomputedNeighborhood Abstract base class for precomputed neighborhoods.
AbstractPrecomputedNeighborhood.Factory<O> Factory class.
ExtendedNeighborhood Neighborhood obtained by computing the k-fold closure of an existing neighborhood.
ExtendedNeighborhood.Factory<O> Factory class.
ExtendedNeighborhood.Factory.Parameterizer<O> Parameterization class.
ExternalNeighborhood A precomputed neighborhood, loaded from an external file.
ExternalNeighborhood.Factory Factory class.
ExternalNeighborhood.Factory.Parameterizer Parameterization class.
PrecomputedKNearestNeighborNeighborhood<D extends Distance<D>> Neighborhoods based on k nearest neighbors.
PrecomputedKNearestNeighborNeighborhood.Factory<O,D extends Distance<D>> Factory class to instantiate for a particular relation.
PrecomputedKNearestNeighborNeighborhood.Factory.Parameterizer<O,D extends Distance<D>> Parameterization class
 

Package de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood Description

Spatial outlier neighborhood classes


Release 0.4.0 (2011-09-20_1324)