Interface NeighborSetPredicate
-
- All Known Implementing Classes:
AbstractPrecomputedNeighborhood
,ExtendedNeighborhood
,ExternalNeighborhood
,PrecomputedKNearestNeighborNeighborhood
public interface NeighborSetPredicate
Predicate to obtain the neighbors of a reference object as set.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
NeighborSetPredicate.Factory<O>
Factory interface to produce instances.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBIDs
getNeighborDBIDs(DBIDRef reference)
Get the neighbors of a reference object for DBSCAN.
-