Skip to content

dbscan_1.1-4

Compare
Choose a tag to compare
@mhahsler mhahsler released this 05 Aug 19:53
· 127 commits to master since this release

Bugfixes

  • kNNdist now correctly returns the distances to the kth neighbor
    (reported by zschuster).
  • dbscan: check eps and minPts parameters to avoid undefined results (reported by ArthurPERE).

New Features

  • kNNdist gained parameter all to indicate if a matrix with the distance to all
    nearest neighbors up to k should be returned.