parallel version for functional clustering
fun_clu_parallel(
data,
Time = NULL,
trans = log10,
start,
end,
iter.max = 100,
thread = 2
)
the initial parameters for functional clustering
data for cluster
vector for the time point
indicate log/log2/log10 transform dataset
vector for the minimum cluster number
vector for the maximum cluster number
scales control iteration for EM algorithm
scales for how many threads used