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:
|
#' 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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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{
|
||||||
|
|||||||
@ -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{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user