exportPattern("^[[:alpha:]]+")
import("XML")
S3method(pmml, ada)
S3method(pmml, coxph)
S3method(pmml, cv.glmnet)
S3method(pmml, glm)
S3method(pmml, hclust)
S3method(pmml, itemsets)
S3method(pmml, kmeans)
S3method(pmml, ksvm)
S3method(pmml, lm)
S3method(pmml, multinom)
S3method(pmml, naiveBayes)
S3method(pmml, nnet)
S3method(pmml, randomForest)
S3method(pmml, rfsrc)
S3method(pmml, rpart)
S3method(pmml, rules)
S3method(pmml, svm)

importFrom("methods", "getMethod")
importFrom("stats", "coef", "coefficients")
importFrom("utils", "capture.output", "compareVersion", 
           "flush.console", "packageVersion")