Package: ddc 1.0.1

Ruizhe Ma

ddc: Distance Density Clustering Algorithm

A distance density clustering (DDC) algorithm in R. DDC uses dynamic time warping (DTW) to compute a similarity matrix, based on which cluster centers and cluster assignments are found. DDC inherits dynamic time warping (DTW) arguments and constraints. The cluster centers are centroid points that are calculated using the DTW Barycenter Averaging (DBA) algorithm. The clustering process is divisive. At each iteration, cluster centers are updated and data is reassigned to cluster centers. Early stopping is possible. The output includes cluster centers and clustering assignment, as described in the paper (Ma et al (2017) <doi:10.1109/ICDMW.2017.11>).

Authors:Ruizhe Ma [cre, aut], Bing Jiang [aut]

ddc_1.0.1.tar.gz
ddc_1.0.1.tar.gz(r-4.5-noble)ddc_1.0.1.tar.gz(r-4.4-noble)
ddc_1.0.1.tgz(r-4.4-emscripten)ddc_1.0.1.tgz(r-4.3-emscripten)
ddc.pdf |ddc.html
ddc/json (API)

# Install 'ddc' in R:
install.packages('ddc', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

4 exports 0.00 score 76 dependencies 8 scripts 147 downloads

Last updated 2 years agofrom:4162c3e80e. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 30 2024
R-4.5-linuxOKAug 30 2024

Exports:createDistMatrixcreateLabelMatrixcreateStandardMatrixddc

Dependencies:base64encbslibcachemclasscliclueclustercodetoolscolorspacecommonmarkcrayondigestdplyrdtwdtwclustfansifarverfastmapflexclustfontawesomeforeachfsgenericsggplot2ggrepelgluegtablehtmltoolshttpuvisobanditeratorsjquerylibjsonlitelabelinglaterlatticelifecyclemagrittrMASSMatrixmemoisemgcvmimemodeltoolsmunsellnlmepillarpkgconfigplyrpromisesproxyR6rappdirsRColorBrewerRcppRcppArmadilloRcppEigenRcppParallelRcppThreadreshape2rlangRSpectrasassscalesshinyshinyjssourcetoolsstringistringrtibbletidyselectutf8vctrsviridisLitewithrxtable

intro

Rendered fromintro.Rmdusingknitr::rmarkdownon Aug 30 2024.

Last update: 2022-12-14
Started: 2022-12-14