init commit

This commit is contained in:
tqchen
2014-02-06 15:50:50 -08:00
parent 225aa9841b
commit aecfbf5096
6 changed files with 371 additions and 0 deletions

13
booster/xgboost.cpp Normal file
View File

@@ -0,0 +1,13 @@
/*!
* \file xgboost.cpp
* \brief bootser implementations
* \author Tianqi Chen: tianqi.tchen@gmail.com
*/
// implementation of boosters go to here
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_DEPRECATE
#include <climits>
#include "xgboost.h"
#include "../utils/xgboost_utils.h"