add files back

This commit is contained in:
tqchen
2014-08-27 21:07:31 -07:00
parent de111a1c26
commit 7ab45b3e64
5 changed files with 8257 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
# Main function for xgboost-package
xgboost <- function(data = NULL, label = NULL, params = list(), nrounds = 10,
verbose = 1, ...) {
inClass <- class(data)