
D - Distance typepublic interface OPTICSTypeAlgorithm<D extends Distance<D>> extends Algorithm
| Modifier and Type | Method and Description |
|---|---|
D |
getDistanceFactory()
Get the distance factory.
|
int |
getMinPts()
Get the minpts value used.
|
ClusterOrderResult<D> |
run(Database database)
Runs the algorithm.
|
getInputTypeRestrictionClusterOrderResult<D> run(Database database)
Algorithmint getMinPts()
D getDistanceFactory()