exportPattern("^[[:alpha:]]+")

import(kernlab)
import(MASS)
import(glmnet)
importFrom(ggplot2,ggplot,aes,geom_bar,facet_wrap,coord_flip,theme_bw)
importFrom("stats","lm","rbinom","rnorm")
S3method(plot,linearcl)
S3method(predict,linearcl)
S3method(plot,qlearn)
S3method(predict,qlearn)
S3method(predict,rbfcl)