XGBoosterCreate api unified to use const DMatrix[] argument

This commit is contained in:
Wojciech Migda
2016-03-26 19:42:58 +01:00
parent 605c23e0dc
commit 6a5eb47789
2 changed files with 2 additions and 2 deletions

View File

@@ -463,7 +463,7 @@ int XGDMatrixNumCol(const DMatrixHandle handle,
}
// xgboost implementation
int XGBoosterCreate(DMatrixHandle dmats[],
int XGBoosterCreate(const DMatrixHandle dmats[],
bst_ulong len,
BoosterHandle *out) {
API_BEGIN();