chg fmt to libsvm

This commit is contained in:
tqchen
2014-02-10 21:41:43 -08:00
parent 3e53fcf465
commit 2dc6c9c683
2 changed files with 19 additions and 12 deletions

View File

@@ -13,7 +13,6 @@
// implementations of boosters
#include "tree/xgboost_svdf_tree.hpp"
#include "linear/xgboost_linear.hpp"
#include "../regression/xgboost_reg.h"
namespace xgboost{
namespace booster{