powered by
Do overlap clustering with Bossa similarity in different levels of p.
p
OverlapClust(data.simi, p = c(0.9, 0.75, 0.5), lin = 0.25, pro.show = FALSE)
The similarity matrix of Bossa scores obtained by BossaSimi
BossaSimi
A set of quantiles(90 similarity matrix to form clusters at different levels of within-cluster similarity.
A tuning parameter to control the size of each overlap cluster before merging, smaller lin leads to larger cluster size.
A logical indicator whether show the details of the process.
A list including two data.frame: overlap sub-clusters and cluster center for each.
# NOT RUN { { data(bo.simu.data) ## calculate the similarity matrix bossa.simi <- BossaSimi(bo.simu.data)$bossa.simi overlap.clust <- OverlapClust(bossa.simi) } # }
Run the code above in your browser using DataLab