aode | R Documentation |
If there is a single predictor then returns a naive Bayes.
aode(class, dataset, features = NULL)
class |
A character. Name of the class variable. |
dataset |
The data frame from which to learn the classifier. |
features |
A character vector. The names of the features. This argument
is ignored if |
A bnc_aode
or a bnc_dag
(if returning a naive Bayes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.