MCPcopy Create free account
hub / github.com/catboost/catboost / GetTreeCount

Method GetTreeCount

catboost/libs/model/model.h:748–750  ·  view source on GitHub ↗

* @return Number of trees in model. */

Source from the content-addressed store, hash-verified

746 * @return Number of trees in model.
747 */
748 size_t GetTreeCount() const {
749 return ModelTrees->GetTreeCount();
750 }
751
752 /**
753 * @return Number of dimensions in model.

Callers 15

AlmostEqualLeafValuesMethod · 0.45
mode_eval_metricsFunction · 0.45
mode_normalize_modelMethod · 0.45
SetSeparateInitModelMethod · 0.45
ApplyModelMultiFunction · 0.45
ApplyModelForMinMaxFunction · 0.45
ApplyModelMultiMethod · 0.45
CalcLeafIndexesMultiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected