Uses of Interface
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted.WeightedNeighborSetPredicate

Packages that use WeightedNeighborSetPredicate
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted Weighted Neighborhood definitions. 
 

Uses of WeightedNeighborSetPredicate in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted
 

Classes in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted that implement WeightedNeighborSetPredicate
 class LinearWeightedExtendedNeighborhood
          Neighborhood obtained by computing the k-fold closure of an existing neighborhood.
 class UnweightedNeighborhoodAdapter
          Adapter to use unweighted neighborhoods in an algorithm that requires weighted neighborhoods.
 

Methods in de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted that return WeightedNeighborSetPredicate
 WeightedNeighborSetPredicate WeightedNeighborSetPredicate.Factory.instantiate(Relation<? extends O> relation)
          Instantiation method.
 


Release 0.4.0 (2011-09-20_1324)