fix NAMESPACE

This commit is contained in:
hetong
2014-08-28 08:16:45 -07:00
parent 73419f6cd7
commit d95bc458e3
10 changed files with 18 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#' data(iris)
#' bst <- xgboost(as.matrix(iris[,1:4]),as.numeric(iris[,5]), nrounds = 2)
#' pred <- predict(bst, as.matrix(iris[,1:4]))
#' @export
#'
xgboost <- function(data = NULL, label = NULL, params = list(), nrounds,
verbose = 1, ...) {