View source: R/CSlideCluster.R
CSlideCluster | R Documentation |
Cluster time series at a slide level, based on Algorithm 1 of \insertCiteCiampi_etal_2010;textualfuntimes.
CSlideCluster(X, Alpha = NULL, Beta = NULL, Delta = NULL, Theta = 0.8)
X |
a matrix of time series observed within a slide (time series in columns). |
Alpha |
lower limit of the time series domain. Default is
|
Beta |
upper limit of the time series domain.
Default is |
Delta |
closeness parameter, a real value in |
Theta |
connectivity parameter, a real value in |
A vector of length ncol(X)
with cluster labels.
Vyacheslav Lyubchich
CSlideCluster
, CWindowCluster
,
and BICC
set.seed(123)
X <- matrix(rnorm(50), 10, 5)
CSlideCluster(X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.