diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 22:15:56 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 22:15:56 +0100 |
| commit | 49ec439a56e55e7a6a170186c6b3d2182e4b1752 (patch) | |
| tree | dd7be9941fabc3dccf60d0d17f5817ac024ed8d1 /NAMESPACE | |
| parent | Add fitted() method (diff) | |
| download | rgensvm-49ec439a56e55e7a6a170186c6b3d2182e4b1752.tar.gz rgensvm-49ec439a56e55e7a6a170186c6b3d2182e4b1752.zip | |
Add fitted for grid class
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
