HomeSort by relevance Sort by last modified time
    Searched refs:ComputeScore (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/renderer/safe_browsing/
scorer_unittest.cc 105 TEST_F(PhishingScorerTest, ComputeScore) {
113 EXPECT_DOUBLE_EQ(0.62245933120185459, scorer->ComputeScore(features));
116 EXPECT_DOUBLE_EQ(0.62245933120185459, scorer->ComputeScore(features));
122 EXPECT_DOUBLE_EQ(0.6899744811276125, scorer->ComputeScore(features));
129 EXPECT_DOUBLE_EQ(0.77729986117469119, scorer->ComputeScore(features));
scorer.h 39 virtual double ComputeScore(const FeatureMap& features) const;
scorer.cc 78 double Scorer::ComputeScore(const FeatureMap& features) const {
phishing_classifier.cc 208 float score = static_cast<float>(scorer_->ComputeScore(hashed_features));
phishing_classifier_delegate_browsertest.cc 76 MOCK_CONST_METHOD1(ComputeScore, double(const FeatureMap&));

Completed in 44 milliseconds