Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
double GetTfIdf(double tf, double idf)
27
{
28
return tf * idf;
29
}
30
31
double GetWeightImpl(IdfMap & idfs, TokenFrequencyPair const & tf, bool isPrefix)
32
{
Callers
2
GetWeightImpl
Function · 0.85
Similarity
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected