[REFACTOR] Add alias, allow missing variables, init gbm interface

This commit is contained in:
tqchen
2016-01-02 04:40:49 -08:00
parent 4f26d98150
commit e4567bbc47
16 changed files with 145 additions and 96 deletions

View File

@@ -12,7 +12,7 @@
namespace xgboost {
namespace common {
/*!
* \brief Random Engine
* \brief Define mt19937 as default type Random Engine.
*/
typedef std::mt19937 RandomEngine;
/*!