Package: clustering.sc.dp 1.1

Tibor Szkaliczki

clustering.sc.dp: Optimal Distance-Based Clustering for Multidimensional Data with Sequential Constraint

A dynamic programming algorithm for optimal clustering multidimensional data with sequential constraint. The algorithm minimizes the sum of squares of within-cluster distances. The sequential constraint allows only subsequent items of the input data to form a cluster. The sequential constraint is typically required in clustering data streams or items with time stamps such as video frames, GPS signals of a vehicle, movement data of a person, e-pen data, etc. The algorithm represents an extension of 'Ckmeans.1d.dp' to multiple dimensional spaces. Similarly to the one-dimensional case, the algorithm guarantees optimality and repeatability of clustering. Method clustering.sc.dp() can find the optimal clustering if the number of clusters is known. Otherwise, methods findwithinss.sc.dp() and backtracking.sc.dp() can be used. See Szkaliczki, T. (2016) "clustering.sc.dp: Optimal Clustering with Sequential Constraint by Using Dynamic Programming" <doi:10.32614/RJ-2016-022> for more information.

Authors:Tibor Szkaliczki [aut, cre], J. Song [ctb]

clustering.sc.dp_1.1.tar.gz
clustering.sc.dp_1.1.tar.gz(r-4.5-noble)clustering.sc.dp_1.1.tar.gz(r-4.4-noble)
clustering.sc.dp_1.1.tgz(r-4.4-emscripten)clustering.sc.dp_1.1.tgz(r-4.3-emscripten)
clustering.sc.dp.pdf |clustering.sc.dp.html
clustering.sc.dp/json (API)

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

Peer review:

Uses libs:
  • c++– GNU Standard C++ Library v3

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 0 dependencies 4 scripts 249 downloads

Last updated 2 years agofrom:9b282509d8. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-linux-x86_64OKAug 27 2024

Exports:backtracking.sc.dpclustering.sc.dpfindwithinss.sc.dpprint.clustering.sc.dp

Dependencies: