lindsey98 / PhishIntention

PhishIntention: Phishing detection through webpage intention
MIT License
45 stars 12 forks source link

Logo Matching Thresholds for Fig.11 #8

Open imethanlee opened 2 years ago

imethanlee commented 2 years ago

Hi,

As Fig.11 shows, there are 11 datapoints for each algorithm, which is obtained by using different values of logo matching threshold. For PhishIntention, is the list of logo matching thresholds [0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0]? Do we use the same list of thresholds for other algorithms?

Thanks.

lindsey98 commented 2 years ago

PhishIntention thresholds [0.4, 0.5, 0.6, 0.7, 0.81, 0.83, 0.85, 0.87, 0.9, 0.93, 0.95, 0.97, 0.99, 0.9999]

imethanlee commented 2 years ago

Tks.