# Generated by roxygen2: do not edit by hand

S3method(ExpNBFuzzyParam,default)
S3method(FuzzyBetaNaiveBayes,default)
S3method(FuzzyBinomialNaiveBayes,default)
S3method(FuzzyExponentialNaiveBayes,default)
S3method(FuzzyGammaNaiveBayes,default)
S3method(FuzzyGaussianNaiveBayes,default)
S3method(FuzzyNaiveBayes,categorical)
S3method(FuzzyNaiveBayes,default)
S3method(FuzzyPoissonNaiveBayes,default)
S3method(FuzzyTriangularNaiveBayes,default)
S3method(GauNBFuzzyParam,default)
S3method(PoiNBFuzzyParam,default)
S3method(predict,ExpNBFuzzyParam)
S3method(predict,FuzzyBetaNaiveBayes)
S3method(predict,FuzzyBinomialNaiveBayes)
S3method(predict,FuzzyExponentialNaiveBayes)
S3method(predict,FuzzyGammaNaiveBayes)
S3method(predict,FuzzyGaussianNaiveBayes)
S3method(predict,FuzzyNaiveBayes)
S3method(predict,FuzzyPoissonNaiveBayes)
S3method(predict,FuzzyTriangularNaiveBayes)
S3method(predict,GauNBFuzzyParam)
S3method(predict,PoiNBFuzzyParam)
S3method(print,ExpNBFuzzyParam)
S3method(print,FuzzyBetaNaiveBayes)
S3method(print,FuzzyBinomialNaiveBayes)
S3method(print,FuzzyExponentialNaiveBayes)
S3method(print,FuzzyGammaNaiveBayes)
S3method(print,FuzzyGaussianNaiveBayes)
S3method(print,FuzzyNaiveBayes)
S3method(print,FuzzyPoissonNaiveBayes)
S3method(print,FuzzyTriangularNaiveBayes)
S3method(print,GauNBFuzzyParam)
S3method(print,PoiNBFuzzyParam)
export(ExpNBFuzzyParam)
export(FuzzyBetaNaiveBayes)
export(FuzzyBinomialNaiveBayes)
export(FuzzyExponentialNaiveBayes)
export(FuzzyGammaNaiveBayes)
export(FuzzyGaussianNaiveBayes)
export(FuzzyNaiveBayes)
export(FuzzyPoissonNaiveBayes)
export(FuzzyTriangularNaiveBayes)
export(GauNBFuzzyParam)
export(PoiNBFuzzyParam)
importFrom(MASS,fitdistr)
importFrom(Rdpack,reprompt)
importFrom(foreach,'%dopar%')
importFrom(stats,cov)
importFrom(stats,dbeta)
importFrom(stats,dbinom)
importFrom(stats,dexp)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,median.default)
importFrom(stats,model.extract)
importFrom(stats,na.pass)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,uniroot)
importFrom(stats,var)
