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<DoubleDBIDPair>getWeightedNeighbors(DBIDRef reference)Get the neighbors of a reference object for DBSCAN.
-
-
-
Method Detail
-
getWeightedNeighbors
java.util.Collection<DoubleDBIDPair> getWeightedNeighbors(DBIDRef reference)
Get the neighbors of a reference object for DBSCAN.- Parameters:
reference- Reference object- Returns:
- Weighted Neighborhood
-
-