chg
This commit is contained in:
parent
d00302d3ac
commit
d79161cfce
@ -22,8 +22,8 @@
|
|||||||
#' @details
|
#' @details
|
||||||
#' This is the training function for xgboost.
|
#' This is the training function for xgboost.
|
||||||
#'
|
#'
|
||||||
#' Parallelization is automatically enabled under Linux/Windows. Mac users can
|
#' Parallelization is automatically enabled if OpenMP is present.
|
||||||
#' also enjoy this feature if compile this package with openmp.
|
#' Number of threads can also be manually specified via "nthread" parameter.
|
||||||
#'
|
#'
|
||||||
#' This function only accepts an \code{xgb.DMatrix} object as the input.
|
#' This function only accepts an \code{xgb.DMatrix} object as the input.
|
||||||
#' It supports advanced features such as watchlist, customized objective function,
|
#' It supports advanced features such as watchlist, customized objective function,
|
||||||
|
|||||||
@ -18,10 +18,8 @@
|
|||||||
#' @details
|
#' @details
|
||||||
#' This is the modeling function for xgboost.
|
#' This is the modeling function for xgboost.
|
||||||
#'
|
#'
|
||||||
#' Parallelization is automatically enabled under Linux/Windows.
|
#' Parallelization is automatically enabled if OpenMP is present.
|
||||||
#' Number of threads can also be manually specified via nthread parameter
|
#' Number of threads can also be manually specified via "nthread" parameter
|
||||||
#' Mac users can also enjoy this feature if R CMD COMPILE support compile
|
|
||||||
#' package with openmp.
|
|
||||||
#'
|
#'
|
||||||
#' @section Value
|
#' @section Value
|
||||||
#' return a \code{xgb.DMatrix} class object.
|
#' return a \code{xgb.DMatrix} class object.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user