refactoring of importance function

This commit is contained in:
El Potaeto
2015-01-07 18:18:52 +01:00
parent d532f04394
commit 3d0bbae2c2
4 changed files with 23 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
\alias{xgb.model.dt.tree}
\title{Convert tree model dump to data.table}
\usage{
xgb.model.dt.tree(feature_names = NULL, filename_dump = NULL,
xgb.model.dt.tree(feature_names = NULL, filename_dump = NULL, text = NULL,
n_first_tree = NULL)
}
\arguments{