Interface WeightedNeighborSetPredicate
-
- All Known Implementing Classes:
LinearWeightedExtendedNeighborhood,UnweightedNeighborhoodAdapter
public interface WeightedNeighborSetPredicateNeighbor predicate with weight support.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWeightedNeighborSetPredicate.Factory<O>Factory interface to produce instances.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<elki.database.ids.DoubleDBIDPair>getWeightedNeighbors(elki.database.ids.DBIDRef reference)Get the neighbors of a reference object for DBSCAN.
-