doc
This commit is contained in:
parent
81caba5dce
commit
6ca76fe784
@ -7,10 +7,10 @@ setClass('xgb.DMatrix')
|
||||
#' The information can be one of the following:
|
||||
#'
|
||||
#' \itemize{
|
||||
#' \item \code{label}
|
||||
#' \item \code{weight}
|
||||
#' \item \code{base_margin}
|
||||
#' \item \code{nrow}
|
||||
#' \item \code{label}: label Xgboost learn from ;
|
||||
#' \item \code{weight}: to do a weight rescale ;
|
||||
#' \item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
|
||||
#' \item \code{nrow}: number of rows of the \code{xgb.DMatrix}.
|
||||
#' }
|
||||
#'
|
||||
#' @examples
|
||||
|
||||
@ -5,10 +5,10 @@
|
||||
#' It can be one of the following:
|
||||
#'
|
||||
#' \itemize{
|
||||
#' \item \code{label}
|
||||
#' \item \code{weight}
|
||||
#' \item \code{base_margin}
|
||||
#' \item \code{group}
|
||||
#' \item \code{label}: label Xgboost learn from ;
|
||||
#' \item \code{weight}: to do a weight rescale ;
|
||||
#' \item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
|
||||
#' \item \code{group}.
|
||||
#' }
|
||||
#'
|
||||
#' @examples
|
||||
|
||||
@ -24,10 +24,10 @@ Get information of an xgb.DMatrix object
|
||||
The information can be one of the following:
|
||||
|
||||
\itemize{
|
||||
\item \code{label}
|
||||
\item \code{weight}
|
||||
\item \code{base_margin}
|
||||
\item \code{nrow}
|
||||
\item \code{label}: label Xgboost learn from ;
|
||||
\item \code{weight}: to do a weight rescale ;
|
||||
\item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
|
||||
\item \code{nrow}: number of rows of the \code{xgb.DMatrix}.
|
||||
}
|
||||
}
|
||||
\examples{
|
||||
|
||||
@ -26,10 +26,10 @@ Set information of an xgb.DMatrix object
|
||||
It can be one of the following:
|
||||
|
||||
\itemize{
|
||||
\item \code{label}
|
||||
\item \code{weight}
|
||||
\item \code{base_margin}
|
||||
\item \code{group}
|
||||
\item \code{label}: label Xgboost learn from ;
|
||||
\item \code{weight}: to do a weight rescale ;
|
||||
\item \code{base_margin}: base margin is the base prediction Xgboost will boost from ;
|
||||
\item \code{group}.
|
||||
}
|
||||
}
|
||||
\examples{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user