get_binomial_tables {minSNPs} | R Documentation |
get_binomial_tables
Description
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
Usage
get_binomial_tables(prob1)
Arguments
prob1 |
a matrix of probabilities |
Value
return table of probability for binomial naive bayes
[Package minSNPs version 0.2.0 Index]