Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/xgboost
/ Str
Method
Str
src/tree/tree_model.cc:174–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
virtual void BuildTree(TreeView tree) { ss_ << this->BuildTree(tree, 0, 0); }
173
174
std::string Str() const { return ss_.str(); }
175
};
176
} // namespace xgboost
177
Callers
1
DumpModel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected