R accessors for model attributes

This commit is contained in:
Vadim Khotilovich
2016-05-02 00:20:44 -05:00
parent 0839aed380
commit 79c7c9e5bb
4 changed files with 140 additions and 0 deletions

View File

@@ -9,12 +9,14 @@ S3method(predict,xgb.Booster)
S3method(predict,xgb.Booster.handle)
S3method(setinfo,xgb.DMatrix)
S3method(slice,xgb.DMatrix)
export("xgb.attr<-")
export(getinfo)
export(print.xgb.DMatrix)
export(setinfo)
export(slice)
export(xgb.DMatrix)
export(xgb.DMatrix.save)
export(xgb.attr)
export(xgb.create.features)
export(xgb.cv)
export(xgb.dump)