powered by
C++ implementation of similarity matrix computation using pre-computed distances
NuMatParC(c, d)
an MCMC partitions of length n.
n
a symmetric n x n matrix containing distances between each group distributions.
n x n
Boris Hejblum, Chariff Alkhassim
c <- c(1,1,2,3,2,3) d <- matrix(runif(length(c)^2),length(c)) NuMatParC(c,d)
Run the code above in your browser using DataLab