Skip to content

dbscan_1.1.10

Compare
Choose a tag to compare
@mhahsler mhahsler released this 17 Jan 16:54
· 88 commits to master since this release

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.