private class ParallelGeneralizedDBSCAN.Instance.Mapper extends java.lang.Object implements Processor.Instance
Modifier and Type | Field and Description |
---|---|
(package private) NeighborPredicate.Instance<? extends T> |
predicate
Neighbor predicate.
|
Constructor and Description |
---|
Mapper(NeighborPredicate.Instance<? extends T> predicate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
map(DBIDRef id)
Process ("map") a single object
|
NeighborPredicate.Instance<? extends T> predicate
public Mapper(NeighborPredicate.Instance<? extends T> predicate)
predicate
- Predicate to applypublic void map(DBIDRef id)
Processor.Instance
map
in interface Processor.Instance
id
- Object to map.Copyright © 2019 ELKI Development Team. License information.