MOA_classification_bayes {RMOA} | R Documentation |
MOA bayesian classification
Description
MOA bayesian classification
Usage
NaiveBayes(control = NULL, ...)
NaiveBayesMultinomial(control = NULL, ...)
Arguments
control |
an object of class |
... |
options of parameters passed on to |
Value
An object of class MOA_classifier
which sets up an untrained MOA model,
which can be trained using trainMOA
See Also
Examples
ctrl <- MOAoptions(model = "NaiveBayes")
mymodel <- NaiveBayes(control=ctrl)
mymodel
[Package RMOA version 1.1.0 Index]