aboutsummaryrefslogtreecommitdiff
path: root/man/gensvm.grid.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:08:12 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:08:12 +0100
commitb56c98398db6b85411cc262a835ed44224d066f3 (patch)
tree97f864ba6c3d0c12693d8af40b1abe18e6a75687 /man/gensvm.grid.Rd
parentFixes to get the input data from the call (diff)
downloadrgensvm-b56c98398db6b85411cc262a835ed44224d066f3.tar.gz
rgensvm-b56c98398db6b85411cc262a835ed44224d066f3.zip
Minor fixes
Diffstat (limited to 'man/gensvm.grid.Rd')
-rw-r--r--man/gensvm.grid.Rd4
1 files changed, 2 insertions, 2 deletions
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