export fewer functions to user and optimize parameter setting

This commit is contained in:
hetong
2014-08-26 09:57:28 -07:00
parent 5f6d5d19b8
commit 4940fff55b
6 changed files with 378 additions and 227 deletions

View File

@@ -1,12 +1,15 @@
importClassesFrom("Matrix", dgCMatrix, dgeMatrix)
export(xgboost)
export(xgb.DMatrix)
export(xgb.getinfo)
export(xgb.setinfo)
export(xgb.Booster)
export(xgb.train)
export(xgb.save)
export(xgb.predict)
export(xgb.dump)
# export(xgb.Booster)
# export(xgb.train)
# export(xgb.save)
# export(xgb.predict)
# export(xgb.dump)