stdbscan 0.2.0
Changes
-
st_dbscan()now usesdbscanhunder the hood.
New features
- Add a fonction for prediction
predict(<stdbcsan>). - Add a fonction to check if points are corepoints
st_dbscan_corepoint(). - Add a class (
stdbscan) for the clustering object based on thedbscanclass.
Breaking changes
- Input is now a
matrix(x,yandt) like indbscan::dbscan()
