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

Function GetTfIdf

libs/search/doc_vec.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26double GetTfIdf(double tf, double idf)
27{
28 return tf * idf;
29}
30
31double GetWeightImpl(IdfMap & idfs, TokenFrequencyPair const & tf, bool isPrefix)
32{

Callers 2

GetWeightImplFunction · 0.85
SimilarityMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected