demo/myiris.r

library(EMCluster, quiet = TRUE)
set.seed(1234)

x <- iris[, 1:4]
ret <- em.EM(x, nclass = 5)
plotmd(x, ret$class)

Try the EMCluster package in your browser

Any scripts or data that you put into this service are public.

EMCluster documentation built on Sept. 8, 2023, 5:55 p.m.