add new function to read model and use it in the plot function

This commit is contained in:
El Potaeto
2015-01-07 17:47:50 +01:00
parent e380e4facf
commit d532f04394
5 changed files with 173 additions and 60 deletions

View File

@@ -9,6 +9,7 @@ export(xgb.cv)
export(xgb.dump)
export(xgb.importance)
export(xgb.load)
export(xgb.model.dt.tree)
export(xgb.plot.tree)
export(xgb.save)
export(xgb.train)