This commit is contained in:
tqchen 2014-08-28 08:34:51 -07:00
parent d95bc458e3
commit 8100006483
2 changed files with 2 additions and 2 deletions

View File

@ -120,5 +120,5 @@ extern "C" {
* \param fmap name to fmap can be empty string * \param fmap name to fmap can be empty string
*/ */
void XGBoosterDumpModel_R(SEXP handle, SEXP fname, SEXP fmap); void XGBoosterDumpModel_R(SEXP handle, SEXP fname, SEXP fmap);
}; }
#endif // XGBOOST_WRAPPER_R_H_ #endif // XGBOOST_WRAPPER_R_H_

View File

@ -189,5 +189,5 @@ extern "C" {
*/ */
XGB_DLL const char **XGBoosterDumpModel(void *handle, const char *fmap, XGB_DLL const char **XGBoosterDumpModel(void *handle, const char *fmap,
bst_ulong *out_len); bst_ulong *out_len);
}; }
#endif // XGBOOST_WRAPPER_H_ #endif // XGBOOST_WRAPPER_H_