new nrow function for xgb.DMatrix

This commit is contained in:
pommedeterresautee
2015-03-15 23:52:00 +01:00
parent cdfa78a3b9
commit 81caba5dce
3 changed files with 41 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ export(xgb.save)
export(xgb.save.raw)
export(xgb.train)
export(xgboost)
exportMethods(nrow)
exportMethods(predict)
import(methods)
importClassesFrom(Matrix,dgCMatrix)
@@ -52,4 +53,3 @@ importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
import(vcd)