# Generated by roxygen2: do not edit by hand

S3method(plot,booster)
S3method(plot,discrete_adaboost)
S3method(plot,real_adaboost)
S3method(predict,booster)
S3method(predict,discrete_adaboost)
S3method(predict,real_adaboost)
S3method(predict,w_discrete_naive_bayes)
S3method(predict,w_gaussian_naive_bayes)
S3method(predict,w_naive_bayes)
S3method(print,booster)
S3method(print,discrete_adaboost)
S3method(print,real_adaboost)
S3method(print,w_discrete_naive_bayes)
S3method(print,w_gaussian_naive_bayes)
S3method(print,w_naive_bayes)
export(booster)
export(classifier_dnb)
export(classifier_earth)
export(classifier_glm)
export(classifier_gnb)
export(classifier_rpart)
export(discrete_adaboost)
export(discretize)
export(predictor_dnb)
export(predictor_earth)
export(predictor_glm)
export(predictor_gnb)
export(predictor_rpart)
export(real_adaboost)
export(w_discrete_naive_bayes)
export(w_gaussian_naive_bayes)
export(w_naive_bayes)
importFrom(stats,predict)
importFrom(utils,tail)
