summary.binomial_naive_bayes | R Documentation |
summary.binomial_naive_bayes
summary.binomial_naive_bayes
is an implementation of the summary method for the binomial naive bayes algorithm.
modified from bernoulli_naive_bayes function in the naivebayes package
## S3 method for class 'binomial_naive_bayes'
summary(object, ...)
object |
a binomial_naive_bayes object |
... |
additional arguments |
return a summary of the binomial_naive_bayes object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.