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

Method GetInitModelTreesSize

catboost/private/libs/algo/learn_context.cpp:806–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806ui32 TLearnProgress::GetInitModelTreesSize() const {
807 return SeparateInitModelTreesSize + InitTreesSize;
808}
809
810TQuantizedEstimatedFeaturesInfo TLearnProgress::GetOnlineEstimatedFeaturesInfo() const {
811 return AveragingFold.GetOnlineEstimatedFeaturesInfo();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected