Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.clustering.gdbscan |
Generalized DBSCAN.
|
Class and Description |
---|
CorePredicate
Predicate for GeneralizedDBSCAN to evaluate whether a point is a core point
or not.
|
CorePredicate.Instance
Instance for a particular data set.
|
EpsilonNeighborPredicate
The default DBSCAN and OPTICS neighbor predicate, using an
epsilon-neighborhood.
|
GeneralizedDBSCAN
Generalized DBSCAN, density-based clustering with noise.
|
MinPtsCorePredicate
The DBSCAN default core point predicate -- having at least
MinPtsCorePredicate.minpts
neighbors. |
NeighborPredicate
Get the neighbors of an object
Note the Factory/Instance split of this interface.
|
NeighborPredicate.Instance
Instance for a particular data set.
|