aboutsummaryrefslogtreecommitdiff
path: root/man/gensvm.train.test.split.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/gensvm.train.test.split.Rd')
-rw-r--r--man/gensvm.train.test.split.Rd5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/gensvm.train.test.split.Rd b/man/gensvm.train.test.split.Rd
index 261f7d1..2a38099 100644
--- a/man/gensvm.train.test.split.Rd
+++ b/man/gensvm.train.test.split.Rd
@@ -4,8 +4,9 @@
\alias{gensvm.train.test.split}
\title{Create a train/test split of a dataset}
\usage{
-gensvm.train.test.split(x, y = NULL, train.size = NULL, test.size = NULL,
- shuffle = TRUE, random.state = NULL, return.idx = FALSE)
+gensvm.train.test.split(x, y = NULL, train.size = NULL,
+ test.size = NULL, shuffle = TRUE, random.state = NULL,
+ return.idx = FALSE)
}
\arguments{
\item{x}{array to split}