From 2364e914bd6c938e8a92cd42337f1d60843a850d Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Tue, 30 Dec 2014 16:24:16 +0100 Subject: [PATCH] Documentation regenerated with fixes --- R-package/man/agaricus.test.Rd | 4 ++-- R-package/man/agaricus.train.Rd | 2 +- R-package/man/xgb.cv.Rd | 2 ++ R-package/man/xgboost.Rd | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/R-package/man/agaricus.test.Rd b/R-package/man/agaricus.test.Rd index 8fee4e2ee..556425379 100644 --- a/R-package/man/agaricus.test.Rd +++ b/R-package/man/agaricus.test.Rd @@ -5,7 +5,7 @@ \alias{agaricus.test} \title{Test part from Mushroom Data Set} \format{A list containing a label vector, and a dgCMatrix object with 1611 -rows and 127 variables} +rows and 126 variables} \usage{ data(agaricus.test) } @@ -18,7 +18,7 @@ This data set includes the following fields: \itemize{ \item \code{label} the label for each record - \item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 127 columns. + \item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 126 columns. } } \references{ diff --git a/R-package/man/agaricus.train.Rd b/R-package/man/agaricus.train.Rd index 02b55423a..879b3d5df 100644 --- a/R-package/man/agaricus.train.Rd +++ b/R-package/man/agaricus.train.Rd @@ -18,7 +18,7 @@ This data set includes the following fields: \itemize{ \item \code{label} the label for each record - \item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 127 columns. + \item \code{data} a sparse Matrix of \code{dgCMatrix} class, with 126 columns. } } \references{ diff --git a/R-package/man/xgb.cv.Rd b/R-package/man/xgb.cv.Rd index b9c600c0e..271182625 100644 --- a/R-package/man/xgb.cv.Rd +++ b/R-package/man/xgb.cv.Rd @@ -32,6 +32,8 @@ xgb.cv(params = list(), data, nrounds, nfold, label = NULL, \item{label}{option field, when data is Matrix} +\item{missing}{Missing is only used when input is dense matrix, pick a float} + \item{showsd}{boolean, whether show standard deviation of cross validation} \item{metrics,}{list of evaluation metrics to be used in corss validation, diff --git a/R-package/man/xgboost.Rd b/R-package/man/xgboost.Rd index d85ee6d4a..21b1ad220 100644 --- a/R-package/man/xgboost.Rd +++ b/R-package/man/xgboost.Rd @@ -13,6 +13,8 @@ xgboost(data = NULL, label = NULL, missing = NULL, params = list(), \item{label}{the response variable. User should not set this field,} +\item{missing}{Missing is only used when input is dense matrix, pick a float} + \item{params}{the list of parameters. Commonly used ones are: \itemize{ \item \code{objective} objective function, common ones are