major change in the design of R interface

This commit is contained in:
unknown
2014-08-26 23:41:03 -07:00
parent 84e5fc285b
commit 0130be4acc
21 changed files with 1175 additions and 128 deletions

View File

@@ -3,16 +3,8 @@ importClassesFrom("Matrix", dgCMatrix, dgeMatrix)
export(xgboost)
export(xgb.DMatrix)
export(xgb.getinfo)
export(xgb.setinfo)
# exportClasses(xgb.Boost)
exportMethods(predict)
# export(xgb.Booster)
# export(xgb.train)
# export(xgb.save)
# export(xgb.predict)
# export(xgb.dump)
export(xgb.train)
export(xgb.save)
export(xgb.load)
export(xgb.dump)