aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE20
1 files changed, 20 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
new file mode 100644
index 0000000..a70ecfd
--- /dev/null
+++ b/NAMESPACE
@@ -0,0 +1,20 @@
+# Generated by roxygen2: do not edit by hand
+
+S3method(coef,gensvm)
+S3method(coef,gensvm.grid)
+S3method(plot,gensvm)
+S3method(plot,gensvm.grid)
+S3method(predict,gensvm)
+S3method(predict,gensvm.grid)
+S3method(print,gensvm)
+S3method(print,gensvm.grid)
+export(gensvm)
+export(gensvm.accuracy)
+export(gensvm.grid)
+export(gensvm.load.full.grid)
+export(gensvm.load.small.grid)
+export(gensvm.load.tiny.grid)
+export(gensvm.maxabs.scale)
+export(gensvm.refit)
+export(gensvm.train.test.split)
+useDynLib(gensvm_wrapper, .registration = TRUE)