[R] naiveBayes other than e1071

Saeed Abu Nimeh sabunime at gmail.com
Mon Jun 4 20:45:03 CEST 2007


Hi List,
Is there a naiveBayes interface other than the one in e1071 package. For
some reason on certain datasets all predicted values are NaN, but it
predicts well on others.
Thanks,
Saeed
---
model <- naiveBayes(x.train, y.train, laplace = 3)
pred <- predict(model,x.test,type="raw")



More information about the R-help mailing list