Displaying 1 result from an estimated 1 matches for "tp23413794p23413794".
2009 May 06
1
How to do Naive Bayes in R?
...the "iris" data -
data(iris)
cl <- kmeans(iris[,1:4], 3)
cl$cluster
cbind(1:150,iris$Species)
===========
But how to do Naive Bayes classification in the same "iris" data?
Many thanks!
--
View this message in context: http://www.nabble.com/How-to-do-Naive-Bayes-in-R--tp23413794p23413794.html
Sent from the R help mailing list archive at Nabble.com.