aboutsummaryrefslogtreecommitdiff
path: root/R/gensvm.grid.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/gensvm.grid.R')
-rw-r--r--R/gensvm.grid.R5
1 files changed, 0 insertions, 5 deletions
diff --git a/R/gensvm.grid.R b/R/gensvm.grid.R
index 5d27fde..2b90e57 100644
--- a/R/gensvm.grid.R
+++ b/R/gensvm.grid.R
@@ -592,11 +592,6 @@ gensvm.expand.param.grid <- function(pg, n.features)
#'
#' @param x array of numeric values
#'
-#' @examples
-#' x <- c(7, 0.1, 0.5, 0.1, 10, 100, 200)
-#' gensvm.rank.score(x)
-#' [ 4 6 5 6 3 2 1 ]
-#'
gensvm.rank.score <- function(x)
{
x <- as.array(x)