Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Norm
Method
Norm
libs/search/doc_vec.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
double DocVec::Norm(IdfMap & idfs) const
89
{
90
return SqrL2(idfs, m_tfs);
91
}
92
93
strings::UniString const & DocVec::GetToken(size_t i) const
94
{
Callers
2
Similarity
Method · 0.80
LeaveTopLocalities
Method · 0.80
Calls
1
SqrL2
Function · 0.85
Tested by
no test coverage detected