SpamAnalyzer Methods |
The SpamAnalyzer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | LoadDatabase(Stream) |
Loads Bayesian database from stream.
|
![]() | LoadDatabase(String) |
Loads Bayesian database from file.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Reset |
Clears all statistics (Bayesian database).
|
![]() | SaveDatabase(Stream) |
Saves the Bayesian database to stream.
|
![]() | SaveDatabase(String) |
Saves the Bayesian database to file.
|
![]() | Test |
Analyses the message and returns the probability of the message being spam.
|
![]() | ToString | (Inherited from Object.) |
![]() | TrainFilter(String, Boolean) |
Learns from the specified string as from spam or non-spam source.
|
![]() | TrainFilter(MailMessage, Boolean) |
Learns from the specified message as from spam or non-spam source.
|
![]() | TrainFilter(MailMessage, MailMessage) |
Learns from the specified messages as from spam or non-spam source.
|