parallel version for functional clustering
bifun_clu_parallel(
data1,
data2,
Time1 = NULL,
Time2 = NULL,
trans = log10,
start,
end,
iter.max = 100,
thread = 2
)
the initial parameters for functional clustering
data for cluster
data for cluster
vector for the time point
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 thread used