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

Method LoadLargeParameters

catboost/private/libs/text_features/bm25.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void TBM25::LoadLargeParameters(IInputStream* stream) {
130 ::Load(stream, Frequencies);
131}
132
133void TBM25Visitor::Update(ui32 classId, const TText& text, TTextFeatureCalcer* calcer) {
134 auto bm25 = dynamic_cast<TBM25*>(calcer);

Callers

nothing calls this directly

Calls 1

LoadFunction · 0.50

Tested by

no test coverage detected