MCPcopy 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
88double DocVec::Norm(IdfMap & idfs) const
89{
90 return SqrL2(idfs, m_tfs);
91}
92
93strings::UniString const & DocVec::GetToken(size_t i) const
94{

Callers 2

SimilarityMethod · 0.80
LeaveTopLocalitiesMethod · 0.80

Calls 1

SqrL2Function · 0.85

Tested by

no test coverage detected