diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 21:51:02 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 21:51:02 -0500 |
| commit | c1f9894e730db4a7e80ed678e72a777d6267c854 (patch) | |
| tree | e2e0304d33a4c8a42c507269b40109a89db4ec90 /man/gensvm.grid.Rd | |
| parent | update submodule (diff) | |
| download | rgensvm-c1f9894e730db4a7e80ed678e72a777d6267c854.tar.gz rgensvm-c1f9894e730db4a7e80ed678e72a777d6267c854.zip | |
Correct docs, update roxygen
Diffstat (limited to 'man/gensvm.grid.Rd')
| -rw-r--r-- | man/gensvm.grid.Rd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/gensvm.grid.Rd b/man/gensvm.grid.Rd index 6ce9ffe..0d15f9a 100644 --- a/man/gensvm.grid.Rd +++ b/man/gensvm.grid.Rd @@ -65,8 +65,11 @@ starts to speed up computation. The function uses the GenSVM C library for speed. } \note{ -This function returns partial results when the computation is interrupted by -the user. +1. This function returns partial results when the computation is interrupted +by the user. +2. The score.time reported in the results only covers the time needed to +compute the score from the predictions and true class labels. It does not +include the time to compute the predictions themselves. } \section{Using a Parameter Grid}{ |
