Interface NeighborSetPredicate
-
- All Known Implementing Classes:
AbstractPrecomputedNeighborhood,ExtendedNeighborhood,ExternalNeighborhood,PrecomputedKNearestNeighborNeighborhood
public interface NeighborSetPredicatePredicate 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 interfaceNeighborSetPredicate.Factory<O>Factory interface to produce instances.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DBIDsgetNeighborDBIDs(DBIDRef reference)Get the neighbors of a reference object for DBSCAN.
-