Research Article
Analysis of e-Mail Spam Detection Using a Novel Machine Learning-Based Hybrid Bagging Technique
Algorithm 1
Spam detection random model algorithm.
| if req(“eliminate”) >0.01 then | | reoccurrence “spam” | | else | | if frq(“free”) >0.10 then | | else | | return “not spam” |
|