new documentation

new import
This commit is contained in:
El Potaeto
2015-01-05 19:26:09 +01:00
parent b9799c6ac4
commit 3d068b4e1a
2 changed files with 44 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ export(xgb.cv)
export(xgb.dump)
export(xgb.importance)
export(xgb.load)
export(xgb.plot.tree)
export(xgb.save)
export(xgb.train)
export(xgboost)
@@ -16,13 +17,16 @@ exportMethods(predict)
import(methods)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgeMatrix)
importFrom(DiagrammeR,DiagrammeR)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(magrittr,"%>%")
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)