get_binomial_tables | R Documentation |
get_binomial_tables
get_binomial_tables
is an internal function that returns a table of probability for binomial naive bayes.
modified from bernoulli_naive_bayes function in the naivebayes package
get_binomial_tables(prob1)
prob1 |
a matrix of probabilities |
return table of probability for binomial naive bayes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.