Displaying 1 result from an estimated 1 matches for "irismclust".
2003 Nov 15
0
r 1.7.1, MacOS 9.2.2, mclust 2.0-2 (Update), lapackLib
...imagine it will be painful to get back up to speed.
Thanks,
S. Kennedy
> library(mclust)
Attaching package 'mclust':
The following object(s) are masked from package:base :
density
> data(iris)
> irisMatrix <- as.matrix(iris[,1:4])
> irisClass <- iris[,5]
> irisMclust <- Mclust(irisMatrix)
> plot(irisMclust,irisMatrix)
make a plot selection (0 to exit):
1:plot: BIC
2:plot: Pairs
3:plot: Classification (2-D projection)
4:plot: Uncertainty (2-D projection)
5:plot: All
Selection: 5
Hit <Return> to see next plot:
Hit <Return> to see next p...