tsclust
tsclust
.
partitional_control(pam.precompute = TRUE, iter.max = 100L, nrep = 1L, symmetric = FALSE, packages = character(0L), distmat = NULL)
hierarchical_control(method = "average", symmetric = FALSE, packages = character(0L), distmat = NULL)
fuzzy_control(fuzziness = 2, iter.max = 100L, delta = 0.001, packages = character(0L))
tadpole_control(dc, window.size, lb = "lbk")
tsclust_args(preproc = list(), dist = list(), cent = list())
dist(x,y)
== dist(y,x)
? If TRUE
, only half the distance matrix needs to be
computed. Overridden if the function detects an invalid user-provided value.proxy
functions. Since the distance entries are re-registered in each parallel worker if needed, this
slot is probably useless, but just in case.m
in the
literature."lbk"
or "lbi"
.tsclust
.tsclust
.tsclust
.When using TADPole, the dist
argument list includes the window.size
and specifies
norm = "L2"
.