diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 17:06:40 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 17:07:51 -0400 |
| commit | 93f34bdd35732578cfe2a8d14562df57669b47ea (patch) | |
| tree | 32f3d0b960c7e4ede2f21bd739456409f6a1c3f5 /R/gensvm.maxabs.scale.R | |
| parent | add cran comments to git (diff) | |
| download | rgensvm-93f34bdd35732578cfe2a8d14562df57669b47ea.tar.gz rgensvm-93f34bdd35732578cfe2a8d14562df57669b47ea.zip | |
fix spelling
Diffstat (limited to 'R/gensvm.maxabs.scale.R')
| -rw-r--r-- | R/gensvm.maxabs.scale.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/gensvm.maxabs.scale.R b/R/gensvm.maxabs.scale.R index 47a6340..0c0f6f3 100644 --- a/R/gensvm.maxabs.scale.R +++ b/R/gensvm.maxabs.scale.R @@ -1,6 +1,6 @@ #' @title Scale each column of a matrix by its maximum absolute value #' -#' @description Scaling a dataset can creatly decrease the computation time of +#' @description Scaling a dataset can greatly decrease the computation time of #' GenSVM. This function scales the data by dividing each column of a matrix by #' the maximum absolute value of that column. This preserves sparsity in the #' data while mapping each column to the interval [-1, 1]. |
