This commit is contained in:
pommedeterresautee 2015-03-15 23:59:28 +01:00
parent 81caba5dce
commit 6ca76fe784
4 changed files with 16 additions and 16 deletions

View File

@ -7,10 +7,10 @@ setClass('xgb.DMatrix')
#' The information can be one of the following: #' The information can be one of the following:
#' #'
#' \itemize{ #' \itemize{
#' \item \code{label} #' \item \code{label}: label Xgboost learn from ;
#' \item \code{weight} #' \item \code{weight}: to do a weight rescale ;
#' \item \code{base_margin} #' \item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
#' \item \code{nrow} #' \item \code{nrow}: number of rows of the \code{xgb.DMatrix}.
#' } #' }
#' #'
#' @examples #' @examples

View File

@ -5,10 +5,10 @@
#' It can be one of the following: #' It can be one of the following:
#' #'
#' \itemize{ #' \itemize{
#' \item \code{label} #' \item \code{label}: label Xgboost learn from ;
#' \item \code{weight} #' \item \code{weight}: to do a weight rescale ;
#' \item \code{base_margin} #' \item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
#' \item \code{group} #' \item \code{group}.
#' } #' }
#' #'
#' @examples #' @examples

View File

@ -24,10 +24,10 @@ Get information of an xgb.DMatrix object
The information can be one of the following: The information can be one of the following:
\itemize{ \itemize{
\item \code{label} \item \code{label}: label Xgboost learn from ;
\item \code{weight} \item \code{weight}: to do a weight rescale ;
\item \code{base_margin} \item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
\item \code{nrow} \item \code{nrow}: number of rows of the \code{xgb.DMatrix}.
} }
} }
\examples{ \examples{

View File

@ -26,10 +26,10 @@ Set information of an xgb.DMatrix object
It can be one of the following: It can be one of the following:
\itemize{ \itemize{
\item \code{label} \item \code{label}: label Xgboost learn from ;
\item \code{weight} \item \code{weight}: to do a weight rescale ;
\item \code{base_margin} \item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
\item \code{group} \item \code{group}.
} }
} }
\examples{ \examples{