# Generated by roxygen2: do not edit by hand

S3method(fastNaiveBayes,default)
S3method(fnb.bernoulli,default)
S3method(fnb.detect_distribution,default)
S3method(fnb.gaussian,default)
S3method(fnb.load,default)
S3method(fnb.multinomial,default)
S3method(fnb.poisson,default)
S3method(fnb.save,default)
S3method(fnb.train,default)
S3method(fnb.update,default)
S3method(fnb.update,fastNaiveBayes)
S3method(fnb.update,fnb.bernoulli)
S3method(fnb.update,fnb.gaussian)
S3method(fnb.update,fnb.multinomial)
S3method(fnb.update,fnb.poisson)
S3method(predict,fastNaiveBayes)
S3method(predict,fnb.bernoulli)
S3method(predict,fnb.gaussian)
S3method(predict,fnb.multinomial)
S3method(predict,fnb.poisson)
export(fastNaiveBayes)
export(fnb.bernoulli)
export(fnb.detect_distribution)
export(fnb.gaussian)
export(fnb.load)
export(fnb.multinomial)
export(fnb.poisson)
export(fnb.save)
export(fnb.train)
export(fnb.update)
import(Matrix)
