MCPcopy Create free account
hub / github.com/dmlc/xgboost / GetMultiTargetTree

Method GetMultiTargetTree

include/xgboost/tree_model.h:379–382  ·  view source on GitHub ↗

* \brief Get the underlying implementaiton of multi-target tree. */

Source from the content-addressed store, hash-verified

377 * \brief Get the underlying implementaiton of multi-target tree.
378 */
379 [[nodiscard]] auto GetMultiTargetTree() const {
380 CHECK(IsMultiTarget());
381 return p_mt_tree_.get();
382 }
383 /**
384 * \brief Get the number of features.
385 */

Callers 12

LoadModelMethod · 0.95
SaveModelMethod · 0.95
UpdateMethod · 0.80
DispatchWeightFunction · 0.80
MultiTargetTreeViewMethod · 0.80
TestVectorLeafPredictionFunction · 0.80
GetMultiSplitForTestFunction · 0.80
MakeMtTreeForTestFunction · 0.80
TESTFunction · 0.80
TestTreeDumpFunction · 0.80
RunMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 6

TestVectorLeafPredictionFunction · 0.64
GetMultiSplitForTestFunction · 0.64
MakeMtTreeForTestFunction · 0.64
TESTFunction · 0.64
TestTreeDumpFunction · 0.64
RunMethod · 0.64