print.binomial_naive_bayes {minSNPs}R Documentation

print.binomial_naive_bayes

Description

print.binomial_naive_bayes is an implementation of the print method for the binomial naive bayes algorithm. modified from bernoulli_naive_bayes function in the naivebayes package

Usage

## S3 method for class 'binomial_naive_bayes'
print(x, ...)

Arguments

x

a binomial_naive_bayes object

...

additional arguments

Value

return a binomial_naive_bayes object


[Package minSNPs version 0.2.0 Index]