predict.FRESA_NAIVEBAYES {FRESA.CAD} | R Documentation |
Predicts NAIVE_BAYES
models
Description
This function predicts the outcome from a FRESA_NAIVEBAYES model
Usage
## S3 method for class 'FRESA_NAIVEBAYES'
predict(object,...)
Arguments
object |
An object of class FRESA_NAIVEBAYES |
... |
A list with: testdata=testdata |
Value
A vector of the predicted values
Author(s)
Jose G. Tamez-Pena
See Also
[Package FRESA.CAD version 3.4.8 Index]