public interface WeightedNeighborSetPredicate
Modifier and Type | Interface and Description |
---|---|
static interface |
WeightedNeighborSetPredicate.Factory<O>
Factory interface to produce instances.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DoubleDBIDPair> |
getWeightedNeighbors(DBIDRef reference)
Get the neighbors of a reference object for DBSCAN.
|
java.util.Collection<DoubleDBIDPair> getWeightedNeighbors(DBIDRef reference)
reference
- Reference objectCopyright © 2019 ELKI Development Team. License information.