diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 15:08:12 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-04 15:08:12 -0400 |
| commit | 459ce96fa8a0072d3533bc2dc1566cc1b797401b (patch) | |
| tree | 229a5d9b137f7fcf3b5112e4a189e972d6dafa26 /man/gensvm.accuracy.Rd | |
| parent | Ensure classes isn't a factor (diff) | |
| download | rgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.tar.gz rgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.zip | |
Documentation improvements
Diffstat (limited to 'man/gensvm.accuracy.Rd')
| -rw-r--r-- | man/gensvm.accuracy.Rd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/gensvm.accuracy.Rd b/man/gensvm.accuracy.Rd index 9463fa5..25b8fb7 100644 --- a/man/gensvm.accuracy.Rd +++ b/man/gensvm.accuracy.Rd @@ -11,6 +11,13 @@ gensvm.accuracy(y.true, y.pred) \item{y.pred}{vector of predicted labels} } +\value{ +The accuracy as a value in the range [0.0, 1.0] +} +\description{ +Compute the accuracy score between the true labels and the +predicted labels. +} \examples{ x <- iris[, -5] y <- iris[, 5] |
