Update xgb.DMatrix.save.R

This commit is contained in:
Tianqi Chen 2014-09-06 18:37:34 -07:00
parent 99b7ead5ad
commit 67fc1dd990

View File

@ -2,7 +2,7 @@
#'
#' Save xgb.DMatrix object to binary file
#'
#' @param DMatrix the model object.
#' @param DMatrix the DMatrix object
#' @param fname the name of the binary file.
#'
#' @examples