diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-27 12:31:28 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-27 12:31:28 +0100 |
| commit | 004941896bac692d354c41a3334d20ee1d4627f7 (patch) | |
| tree | 2b11e42d8524843409e2bf8deb4ceb74c8b69347 /NAMESPACE | |
| parent | updates to GenSVM C library (diff) | |
| download | rgensvm-004941896bac692d354c41a3334d20ee1d4627f7.tar.gz rgensvm-004941896bac692d354c41a3334d20ee1d4627f7.zip | |
GenSVM R package
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 20 |
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) |
