fix fmatrix
This commit is contained in:
parent
ffcfb12515
commit
ae5c26daf6
@ -68,7 +68,7 @@ namespace xgboost{
|
|||||||
*/
|
*/
|
||||||
virtual void DoBoost( std::vector<float> &grad,
|
virtual void DoBoost( std::vector<float> &grad,
|
||||||
std::vector<float> &hess,
|
std::vector<float> &hess,
|
||||||
const FMatrixS &feats,
|
const FMatrix &feats,
|
||||||
const std::vector<unsigned> &root_index ) = 0;
|
const std::vector<unsigned> &root_index ) = 0;
|
||||||
/*!
|
/*!
|
||||||
* \brief predict the path ids along a trees, for given sparse feature vector. When booster is a tree
|
* \brief predict the path ids along a trees, for given sparse feature vector. When booster is a tree
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user