chg fmt to libsvm

This commit is contained in:
tqchen
2014-02-10 21:41:43 -08:00
parent 45a452b27e
commit bf81263301
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{