MCPcopy Create free account
hub / github.com/comaps/comaps / GetFullTokenWeight

Method GetFullTokenWeight

libs/search/doc_vec.cpp:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224double QueryVec::GetFullTokenWeight(size_t i)
225{
226 ASSERT_LESS(i, m_tfs.size(), ());
227 return GetWeightImpl(*m_idfs, m_tfs[i], false /* isPrefix */);
228}
229
230double QueryVec::GetPrefixTokenWeight()
231{

Callers

nothing calls this directly

Calls 2

GetWeightImplFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected