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