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.h 39 virtual double ComputeScore(const FeatureMap& features) const;
scorer_unittest.cc 120 TEST_F(PhishingScorerTest, ComputeScore) {
128 EXPECT_DOUBLE_EQ(0.62245933120185459, scorer->ComputeScore(features));
131 EXPECT_DOUBLE_EQ(0.62245933120185459, scorer->ComputeScore(features));
137 EXPECT_DOUBLE_EQ(0.6899744811276125, scorer->ComputeScore(features));
144 EXPECT_DOUBLE_EQ(0.77729986117469119, scorer->ComputeScore(features));
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 92 milliseconds