tests/clustering.R

## cmeans clustering should also work on data frames

library(e1071)
data(iris)
set.seed(123)
cm1 <- cmeans(iris[,1:4], 10)
bc1 <- bclust(iris[,1:4], 3, base.centers=20,iter.base=50,
              base.method="cmeans")

Try the e1071 package in your browser

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

e1071 documentation built on Feb. 16, 2023, 8:31 p.m.