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

Function GetWeightImpl

libs/search/doc_vec.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31double GetWeightImpl(IdfMap & idfs, TokenFrequencyPair const & tf, bool isPrefix)
32{
33 return GetTfIdf(tf.m_frequency, idfs.Get(tf.m_token, isPrefix));
34}
35
36double GetSqrWeightImpl(IdfMap & idfs, TokenFrequencyPair const & tf, bool isPrefix)
37{

Callers 4

GetSqrWeightImplFunction · 0.85
GetWeightMethod · 0.85
GetFullTokenWeightMethod · 0.85
GetPrefixTokenWeightMethod · 0.85

Calls 2

GetTfIdfFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected