predict.FRESA_NAIVEBAYES {FRESA.CAD} | R Documentation |
NAIVE_BAYES
modelsThis function predicts the outcome from a FRESA_NAIVEBAYES model
## S3 method for class 'FRESA_NAIVEBAYES'
predict(object,...)
object |
An object of class FRESA_NAIVEBAYES |
... |
A list with: testdata=testdata |
A vector of the predicted values
Jose G. Tamez-Pena