# Generated by roxygen2: do not edit by hand

export(abmodel)
export(autoBagging)
export(baggedtrees)
export(bagging)
export(get_target)
export(majority_voting)
exportClasses(abmodel)
exportMethods(predict)
import(MASS)
import(e1071)
import(party)
import(rpart)
import(xgboost)
importFrom("graphics", "hist")
importFrom("methods", "new")
importFrom("stats", "aov", "complete.cases", "cor", "dist",
           "model.frame", "model.matrix", "na.omit", "sd", "var")
importFrom("utils", "combn")
