adapt tree booster
This commit is contained in:
parent
36a04f17df
commit
0febb1a443
@ -21,8 +21,7 @@ namespace xgboost{
|
|||||||
* \return the pointer to the gradient booster created
|
* \return the pointer to the gradient booster created
|
||||||
*/
|
*/
|
||||||
IBooster *CreateBooster( int booster_type ){
|
IBooster *CreateBooster( int booster_type ){
|
||||||
// TODO
|
return new RTreeTrainer();
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user