This commit is contained in:
tqchen 2014-08-28 07:38:44 -07:00
parent d00302d3ac
commit d79161cfce
2 changed files with 4 additions and 6 deletions

View File

@ -22,8 +22,8 @@
#' @details
#' This is the training function for xgboost.
#'
#' Parallelization is automatically enabled under Linux/Windows. Mac users can
#' also enjoy this feature if compile this package with openmp.
#' Parallelization is automatically enabled if OpenMP is present.
#' Number of threads can also be manually specified via "nthread" parameter.
#'
#' This function only accepts an \code{xgb.DMatrix} object as the input.
#' It supports advanced features such as watchlist, customized objective function,

View File

@ -18,10 +18,8 @@
#' @details
#' This is the modeling function for xgboost.
#'
#' Parallelization is automatically enabled under Linux/Windows.
#' 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.
#' Parallelization is automatically enabled if OpenMP is present.
#' Number of threads can also be manually specified via "nthread" parameter
#'
#' @section Value
#' return a \code{xgb.DMatrix} class object.