adapt svdfeature tree

This commit is contained in:
tqchen
2014-02-07 22:38:26 -08:00
parent bf36374678
commit 5d052b9e14
7 changed files with 1265 additions and 4 deletions

View File

@@ -10,6 +10,9 @@
#include "xgboost.h"
#include "../utils/xgboost_utils.h"
#include "xgboost_gbmbase.h"
// implementations of boosters
#include "tree/xgboost_svdf_tree.hpp"
namespace xgboost{
namespace booster{
/*!