MOA_classification_bayes {RMOA} | R Documentation |
MOA bayesian classification
NaiveBayes(control = NULL, ...)
NaiveBayesMultinomial(control = NULL, ...)
control |
an object of class |
... |
options of parameters passed on to |
An object of class MOA_classifier
which sets up an untrained MOA model,
which can be trained using trainMOA
ctrl <- MOAoptions(model = "NaiveBayes")
mymodel <- NaiveBayes(control=ctrl)
mymodel