R/zzz.R

Defines functions .onUnload

# ANN uses a global KD_TRIVIAL structure which needs to be removed.
.onUnload <- function(libpath) {
  ANN_cleanup()
  #cat("Cleaning up after ANN.\n")
}

Try the dbscan package in your browser

Any scripts or data that you put into this service are public.

dbscan documentation built on April 3, 2025, 7:04 p.m.