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

Method Build

catboost/libs/monoforest/polynom.cpp:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 TPolynom TPolynomBuilder::Build() {
192 return {MonomsEnsemble};
193 }
194
195 static inline void AddMonomToTree(const TMonom& monom, const TObliviousTreeStructure& treeStructure, TArrayRef<double> leafValues) {
196 const auto outDim = monom.Stat.Value.size();

Callers 5

SaveModelFunction · 0.45
ReadModelMethod · 0.45
CarryModelFunction · 0.45
UpliftModelFunction · 0.45
MainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected