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

All Known Implementing Classes:
LinearWeightedExtendedNeighborhood, UnweightedNeighborhoodAdapter

public interface WeightedNeighborSetPredicate

Neighbor predicate with weight support.


Nested Class Summary
static interface WeightedNeighborSetPredicate.Factory<O>
          Factory interface to produce instances.
 
Method Summary
 Collection<DoubleObjPair<DBID>> getWeightedNeighbors(DBID reference)
          Get the neighbors of a reference object for DBSCAN.
 

Method Detail

getWeightedNeighbors

Collection<DoubleObjPair<DBID>> getWeightedNeighbors(DBID reference)
Get the neighbors of a reference object for DBSCAN.

Parameters:
reference - Reference object
Returns:
Weighted Neighborhood

Release 0.4.0 (2011-09-20_1324)