From b56c98398db6b85411cc262a835ed44224d066f3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 30 Mar 2018 22:08:12 +0100 Subject: Minor fixes --- man/gensvm.grid.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/gensvm.grid.Rd') diff --git a/man/gensvm.grid.Rd b/man/gensvm.grid.Rd index cc44286..b365e10 100644 --- a/man/gensvm.grid.Rd +++ b/man/gensvm.grid.Rd @@ -4,11 +4,11 @@ \alias{gensvm.grid} \title{Cross-validated grid search for GenSVM} \usage{ -gensvm.grid(X, y, param.grid = "tiny", refit = TRUE, scoring = NULL, +gensvm.grid(x, y, param.grid = "tiny", refit = TRUE, scoring = NULL, cv = 3, verbose = 0, return.train.score = TRUE) } \arguments{ -\item{X}{training data matrix. We denote the size of this matrix by +\item{x}{training data matrix. We denote the size of this matrix by n_samples x n_features.} \item{y}{training vector of class labes of length n_samples. The number of -- cgit v1.2.3