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

Method UpdateRuntimeData

catboost/libs/model/model.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424static_assert(sizeof(TRepackedBin) == sizeof(NCatBoostFbs::TRepackedBin));
425
426void TModelTrees::UpdateRuntimeData() {
427 CalcForApplyData();
428 CalcBinFeatures();
429}
430
431void TModelTrees::ProcessFloatFeatures() {
432 for (const auto& feature : FloatFeatures) {

Callers 3

BuildMethod · 0.80
UpdateDynamicDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected