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)

Arguments

prob1

a matrix of probabilities

Value

return table of probability for binomial naive bayes