Learn R Programming

ddc (version 1.0.1)

Distance Density Clustering Algorithm

Description

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) ).

Copy Link

Version

Install

install.packages('ddc')

Monthly Downloads

147

Version

1.0.1

License

GPL (>= 2)

Maintainer

Ruizhe Ma

Last Published

December 14th, 2022

Functions in ddc (1.0.1)

createDistMatrix

Create the dataframe of the Dissimilarity matrix
ddc

Execute DDC to cluster the dataset
createStandardMatrix

Create the dataframe, only including the event data
createLabelMatrix

Create the dataframe with event names and the related labels