aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:15:56 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:15:56 +0100
commit49ec439a56e55e7a6a170186c6b3d2182e4b1752 (patch)
treedd7be9941fabc3dccf60d0d17f5817ac024ed8d1 /NAMESPACE
parentAdd fitted() method (diff)
downloadrgensvm-49ec439a56e55e7a6a170186c6b3d2182e4b1752.tar.gz
rgensvm-49ec439a56e55e7a6a170186c6b3d2182e4b1752.zip
Add fitted for grid class
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 1dce540..a9bf594 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -3,6 +3,7 @@
S3method(coef,gensvm)
S3method(coef,gensvm.grid)
S3method(fitted,gensvm)
+S3method(fitted,gensvm.grid)
S3method(plot,gensvm)
S3method(plot,gensvm.grid)
S3method(predict,gensvm)