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.
Version: | 1.0 |
Depends: | R (≥ 2.10.0) |
Published: | 2015-05-04 |
Author: | Tibor Szkaliczki [aut, cre], J. Song [ctb] |
Maintainer: | Tibor Szkaliczki <szkaliczki.tibor at sztaki.mta.hu> |
License: | LGPL (≥ 3) |
NeedsCompilation: | yes |
CRAN checks: | clustering.sc.dp results |
Reference manual: | clustering.sc.dp.pdf |
Package source: | clustering.sc.dp_1.0.tar.gz |
Windows binaries: | r-devel: clustering.sc.dp_1.0.zip, r-release: clustering.sc.dp_1.0.zip, r-oldrel: clustering.sc.dp_1.0.zip |
macOS binaries: | r-release: clustering.sc.dp_1.0.tgz, r-oldrel: clustering.sc.dp_1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=clustering.sc.dp to link to this page.