ADPclust

Fast Clustering Using Adaptive Density Peak Detection

https://github.com/ethanyxu/adpclust

Science Score: 33.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Committers with academic emails
    1 of 6 committers (16.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Fast Clustering Using Adaptive Density Peak Detection

Basic Info
Statistics
  • Stars: 10
  • Watchers: 5
  • Forks: 6
  • Open Issues: 0
  • Releases: 0
Created over 10 years ago · Last pushed about 4 years ago
Metadata Files
Readme

README.md

Introduction

ADPclust (Fast Clustering Using Adaptive Density Peak Detection) is a non-iterative procedure that clusters high dimensional data by finding cluster centers from estimated density peaks. It incorporates multivariate local Gaussian density estimation. The number of clusters as well as bandwidths can either be selected by the user or selected automatically through an internal clustering criterion.

Most recent version: 0.7

References

  • Vignette: https://cran.r-project.org/web/packages/ADPclust/vignettes/ADPclust.html
  • CRAN release (0.7): https://cran.r-project.org/web/packages/ADPclust/index.html
  • Journal paper:
    • Xiao-Feng Wang, and Yifan Xu, (2015) "Fast Clustering Using Adaptive Density Peak Detection." Statistical Methods in Medical Research, doi:10.1177/0962280215609948 (PubMed Link)
    • Alex Rodriguez, and Alessandro Laio, (2014) "Clustering by fast search and find of density peaks." Science 344, no. 6191 (2014): 1492-1496

Installation

Install the most recent version from github: ```R

In R do:

Skip this line if you already have devtools installed

install.packages("devtools") library(devtools) install_github("ethanyxu/ADPclust") library(ADPclust) ```

OR install the released version from CRAN ```R

In R do:

install.packages("ADPclust") library(ADPclust) ```

Simple Examples

Run on a preloaded data set: ```R library(ADPclust) data(clust3)

Automatic clustering

ans <- adpclust(clust3) plot(ans) summary(ans)

Manual centroids selection

adpclust(clust3, centroids = "user") ``` For more examples please see the Vignette.

Owner

  • Name: Yifan (Ethan) Xu
  • Login: ethanyxu
  • Kind: user
  • Location: Seattle
  • Company: Amazon.com

Applied Scientist II

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 21
  • Total Committers: 6
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.714
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Yifan (Ethan) Xu e****u 6
Yifan (Ethan) Xu e****u@u****m 4
Yifan (Ethan) Xu e****u@e****l 4
Yifan (Ethan) Xu e****u@g****m 3
Ethan Xu x****a@a****m 3
Xiaofeng Wang x****g@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 234 last-month
  • Total docker downloads: 43,390
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
cran.r-project.org: ADPclust

Fast Clustering Using Adaptive Density Peak Detection

  • Versions: 3
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 234 Last month
  • Docker Downloads: 43,390
Rankings
Docker downloads count: 0.6%
Forks count: 9.6%
Average: 16.1%
Stargazers count: 17.4%
Dependent packages count: 18.1%
Dependent repos count: 24.0%
Downloads: 26.7%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0.0 depends
  • cluster * imports
  • dplyr * imports
  • fields * imports
  • knitr * imports
  • rmarkdown * suggests
  • testthat * suggests