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

Weighted Neighborhood definitions.

See:
          Description


Interface Summary
WeightedNeighborSetPredicate Neighbor predicate with weight support.
WeightedNeighborSetPredicate.Factory<O> Factory interface to produce instances.
 

Class Summary
LinearWeightedExtendedNeighborhood Neighborhood obtained by computing the k-fold closure of an existing neighborhood.
LinearWeightedExtendedNeighborhood.Factory<O> Factory class.
LinearWeightedExtendedNeighborhood.Factory.Parameterizer<O> Parameterization class.
UnweightedNeighborhoodAdapter Adapter to use unweighted neighborhoods in an algorithm that requires weighted neighborhoods.
UnweightedNeighborhoodAdapter.Factory<O> Factory class
UnweightedNeighborhoodAdapter.Factory.Parameterizer<O> Parameterization class.
 

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

Weighted Neighborhood definitions.


Release 0.4.0 (2011-09-20_1324)