Skip to content

Commit

Permalink
[R] Fix document for nthread. (dmlc#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Sep 28, 2021
1 parent e04e773 commit 203c725
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions R-package/R/xgb.DMatrix.R
Expand Up @@ -11,6 +11,7 @@
#' @param missing a float value to represents missing values in data (used only when input is a dense matrix).
#' It is useful when a 0 or some other extreme value represents missing values in data.
#' @param silent whether to suppress printing an informational message after loading from a file.
#' @param nthread Number of threads used for creating DMatrix.
#' @param ... the \code{info} data could be passed directly as parameters, without creating an \code{info} list.
#'
#' @examples
Expand Down
11 changes: 10 additions & 1 deletion R-package/man/xgb.DMatrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 203c725

Please sign in to comment.