Home
last modified time | relevance | path

Searched refs:GetNormalizedSectionWeight (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/scoring/
Dsection-weights_test.cc137 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(sender_schema_type_id, in TEST_F()
161 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(sender_schema_type_id, in TEST_F()
206 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
210 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
244 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
248 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
252 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
266 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
300 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
304 EXPECT_THAT(section_weights->GetNormalizedSectionWeight(email_schema_type_id, in TEST_F()
[all …]
Dsection-weights.h62 double GetNormalizedSectionWeight(SchemaTypeId schema_type_id,
Dsection-weights.cc101 double SectionWeights::GetNormalizedSectionWeight(SchemaTypeId schema_type_id, in GetNormalizedSectionWeight() function in icing::lib::SectionWeights
Dbm25f-calculator.cc235 double weighted_tf = tf * section_weights_.GetNormalizedSectionWeight( in ComputeTermFrequencyForMatchedSections()
/external/icing/icing/scoring/advanced_scoring/
Dscore-expression.cc678 weights.push_back(section_weights_.GetNormalizedSectionWeight( in EvaluateList()