powered by
Given a distance decomposition vector and a distance name, generate uniformly at random a permutation consistent with the decomposition vector.
decomp2perm(vec, dist.name = "kendall")
The distance decomposition vector of the given permutation and distance
the permutation
optional the name of the distance. One of: kendall (default), cayley, hamming
decomp2perm(c(1,0,1,0,0), "kendall") decomp2perm(c(1,0,1,0,0), "cayley") decomp2perm(c(1,0,1,0,0), "hamming")
Run the code above in your browser using DataLab