get a pass in function docstring

This commit is contained in:
tqchen
2014-08-28 07:35:57 -07:00
parent 8127f31cdd
commit d00302d3ac
5 changed files with 29 additions and 17 deletions

View File

@@ -4,8 +4,10 @@
#'
#' @param model the model object.
#' @param fname the name of the binary file.
#' @param fmap TODO(tqchen)
#'
#' @param fmap feature map file representing the type of feature, to make it
#' look nice, run demo/demo.R for result and demo/featmap.txt for example
#' Format: https://github.com/tqchen/xgboost/wiki/Binary-Classification#dump-model
#'
#' @examples
#' data(iris)
#' bst <- xgboost(as.matrix(iris[,1:4]),as.numeric(iris[,5]), nrounds = 2)