useDynLib(sparseSVM, .registration=TRUE)
export(sparseSVM, cv.sparseSVM)
importFrom(graphics, plot)
S3method(plot, sparseSVM)
S3method(plot, cv.sparseSVM)
importFrom(stats, predict)
S3method(predict, sparseSVM)
S3method(predict, cv.sparseSVM)
importFrom(stats, coef)
S3method(coef, sparseSVM)
S3method(coef, cv.sparseSVM)

import(parallel)
importFrom("grDevices", "hcl")
importFrom("graphics", "abline", "arrows", "axis", "mtext", "par", "points")
importFrom("stats", "approx", "lm", "quantile", "sd", "update")
