clump 0.5.4

Dense clustering primitives (k-means, DBSCAN, HDBSCAN, EVoC, COP-Kmeans, DenStream, correlation clustering)
Documentation
# Managed by repository-settings/app
# https://github.com/repository-settings/app

repository:
  description: "Clustering algorithms"
  homepage: "https://docs.rs/clump"
  private: false
  has_issues: true
  has_wiki: false
  has_downloads: true
  default_branch: main
  allow_squash_merge: true
  allow_merge_commit: true
  allow_rebase_merge: true
  delete_branch_on_merge: true

  topics:
    - clustering
    - kmeans
    - machine-learning
    - rust