importFrom("stats", "model.matrix", "na.omit")
importFrom("methods","new","setGeneric","setMethod")
importFrom("graphics","abline","axis","barplot","boxplot","filled.contour","grid","hist","legend","lines","par","plot","points","segments","text","title")
importFrom("stats","acf","as.formula","chisq.test","kmeans","lm","median","model.frame","quantile","runif","sd","t.test","var")
importFrom("utils","capture.output")
importFrom("grDevices","dev.off","gray","pdf")
importFrom("plotrix","color2D.matplot","color.legend")
importFrom("lattice","wireframe")
importFrom("nnet","nnet","multinom")
importFrom("MASS","lda","qda")
#importFrom("glmnet","glmnet")
importFrom("mda","mars")
importFrom("rpart","rpart","rpart.control")
importFrom("randomForest","randomForest","importance")
importFrom("adabag","bagging","boosting")
importFrom("party","ctree","ctree_control")
importFrom("Cubist","cubist","cubistControl")
importFrom("kknn","kknn","contr.dummy")
importFrom("kernlab","ksvm","rvm","sigest","lssvm")
importFrom("e1071","naiveBayes")
importFrom("pls","pcr","plsr","cppls","pls.options")
importFrom("glmnet","glmnet","cv.glmnet")
importFrom("xgboost", "xgboost")
export(	
       ## rminer high level functions (most relevant):
       "fit",
       "mparheuristic", # new in 1.4.1
       # predict (included in methods, check ?predict.fit)
       "mining",
       "Importance",
       "mgraph",
       "vecplot",
       "mmetric",
       "metrics",
       "meanint",
       "centralpar",
       "loadmodel",
       "savemodel",
       "loadmining",
       "savemining",
       "agg_matrix_imp",
       "cmatrixplot",
       "imputation",
       "delevels",
       "holdout",
       "crossvaldata",

       ## time series:
       "CasesSeries", 
       "lforecast",
       "forplot",
       "tsplot",

       ## other functions, not that relevant:
       "mpause",
       "datalevels",
       "RECcurve",
       "ROCcurve",
       "rmboxplot",
       "s_measure",
       "factorize"
      )
exportMethods("predict")
exportClasses("model")
