xgboost/booster/xgboost.cpp~
2014-02-06 15:50:50 -08:00

12 lines
309 B
C++

/*!
* \file apex_booster.cpp
* \brief bootser implementation
* \author Tianqi Chen: tqchen@apex.sjtu.edu.cn
*/
// implementation of boosters go to here
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_DEPRECATE
#include <climits>
#include "apex_booster.h"
#include "../../apex-utils/apex_utils.h"