OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeScore
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/renderer/safe_browsing/
scorer_unittest.cc
101
TEST_F(PhishingScorerTest,
ComputeScore
) {
109
EXPECT_DOUBLE_EQ(0.62245933120185459, scorer->
ComputeScore
(features));
112
EXPECT_DOUBLE_EQ(0.62245933120185459, scorer->
ComputeScore
(features));
118
EXPECT_DOUBLE_EQ(0.6899744811276125, scorer->
ComputeScore
(features));
125
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
200
float score = static_cast<float>(scorer_->
ComputeScore
(hashed_features));
phishing_classifier_delegate_browsertest.cc
71
MOCK_CONST_METHOD1(
ComputeScore
, double(const FeatureMap&));
Completed in 32 milliseconds