dbscan_1.1.10
New Features
- is.corepoint() for DBSCAN.
- coredist() and mrdist() for HDBSCAN.
- find connected components with comps().
Changes
- reachability plot now shows all undefined distances as a dashed line.
Bugfix
- memory leak in mrd calculation fixed.