parallel version for functional clustering
fun_clu_parallel( data, Time = NULL, trans = log10, start, end, iter.max = 100, thread = 2 )
data
: data for clusterTime
: vector for the time pointtrans
: indicate log/log2/log10 transform datasetstart
: vector for the minimum cluster numberend
: vector for the maximum cluster numberiter.max
: scales control iteration for EM algorithmthread
: scales for how many threads usedthe initial parameters for functional clustering
Useful links