October 2017
Beginner to intermediate
572 pages
26h 1m
English
Perform the following steps to perform model-based clustering:
> install.packages("mclust")
> library(mclust)
> mb = Mclust(customer)
> plot(mb)


Read now
Unlock full access