Entering edit mode
Guiyuan Lei
▴
90
@guiyuan-lei-2506
Last seen 10.5 years ago
Dear all,
I try to use qtclust() (package flexclust) to do QT (quality
threshold)
clustering. But I don't know how to set "Pearson correlation " as
similarity
measure. I would like to know how to set "Minimum correlation" ( for
example
0.9) as well. Anyone has any idea? Or is there any other packages for
QT
cluster can set those parameters? Many thanks in advance.
The following is the R code I wrote,
library(flexclust)
mycont=list(iter.max=400,ntry=nrow(ClusterData),min.size=5)
as(mycont,"flexclustControl")
c11<-qtclust(ClusterData,radius=1,control=mycont)
Best regards,
Guiyuan
[[alternative HTML version deleted]]