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

Method GetTreeCount

catboost/libs/model/cpu/formula_evaluator.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 size_t GetTreeCount() const override {
106 return ModelTrees->GetTreeCount();
107 }
108
109 TModelEvaluatorPtr Clone() const override {
110 return new TCpuEvaluator(*this);

Callers 1

CalcGenericFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected