diff --git a/booster/xgboost.h b/booster/xgboost.h index c0ccf4aca..608eb5d7a 100644 --- a/booster/xgboost.h +++ b/booster/xgboost.h @@ -68,7 +68,7 @@ namespace xgboost{ */ virtual void DoBoost( std::vector &grad, std::vector &hess, - const FMatrixS &feats, + const FMatrix &feats, const std::vector &root_index ) = 0; /*! * \brief predict the path ids along a trees, for given sparse feature vector. When booster is a tree