parallel version for functional clustering
bifun_clu_parallel( data1, data2, Time1 = NULL, Time2 = NULL, trans = log10, start, end, iter.max = 100, thread = 2 )
data1
: data for clusterdata2
: data for clusterTime1
: vector for the time pointTime2
: 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 thread usedthe initial parameters for functional clustering
Useful links