diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-12 15:34:19 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-12 15:34:19 +0100 |
| commit | a2b9be39e332180f9716ec42e032cf6cb69f86e0 (patch) | |
| tree | 11a91bdbb73e0eed99c12b0c02bb1e12b824b79c | |
| parent | Bump version and update changelog (diff) | |
| download | rgensvm-a2b9be39e332180f9716ec42e032cf6cb69f86e0.tar.gz rgensvm-a2b9be39e332180f9716ec42e032cf6cb69f86e0.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ The main GenSVM functions are: * `gensvm` : Fit a GenSVM model for specific model parameters. * `gensvm.grid` : Run a cross-validated grid search for GenSVM. -Both these functions return S3 objects that for which `plot` and `predict` +Both these functions return S3 objects for which `plot` and `predict` functions are available. For the GenSVMGrid object the function is applied to the best model found during training. For both of these objects a `coef` function is also available. |
