de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood
Interface NeighborSetPredicate

All Superinterfaces:
Result
All Known Implementing Classes:
AbstractPrecomputedNeighborhood, ExtendedNeighborhood, ExternalNeighborhood, PrecomputedKNearestNeighborNeighborhood

public interface NeighborSetPredicate
extends Result

Predicate to obtain the neighbors of a reference object as set.


Nested Class Summary
static interface NeighborSetPredicate.Factory<O>
          Factory interface to produce instances.
 
Method Summary
 DBIDs getNeighborDBIDs(DBID reference)
          Get the neighbors of a reference object for DBSCAN.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result
getLongName, getShortName
 

Method Detail

getNeighborDBIDs

DBIDs getNeighborDBIDs(DBID reference)
Get the neighbors of a reference object for DBSCAN.

Parameters:
reference - Reference object
Returns:
Neighborhood

Release 0.4.0 (2011-09-20_1324)