Examples for 'mclust::partconv'


Numeric Encoding of a Partitioning

Aliases: partconv

Keywords: cluster

### ** Examples

partconv(iris[,5])
  [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
 [38] 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
 [75] 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3
[112] 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
[149] 3 3
set.seed(0)
cl <- sample(LETTERS[1:9], 25, replace=TRUE)
partconv(cl, consec=FALSE)
 [1]  1  2  3  4  5  3  5  8  4 10 10 12  3  1 10 10  1  1 10 10  5  1  4  2  8
partconv(cl, consec=TRUE)
 [1] 1 2 3 4 5 3 5 6 4 7 7 8 3 1 7 7 1 1 7 7 5 1 4 2 6

[Package mclust version 6.1.1 Index]