SpamAnalyzer.SpamAnalyzer

SpamAnalyzer()

Initialize a new instance of the SpamAnalyzer class.

public SpamAnalyzer()

See Also


SpamAnalyzer(Stream)

Initialize a new instance of the SpamAnalyzer class.

public SpamAnalyzer(Stream stream)
ParameterTypeDescription
streamStreamAn input stream containing Bayesian database.

Exceptions

exceptioncondition
ArgumentNullExceptionIf stream is null.

See Also


SpamAnalyzer(string)

Initialize a new instance of the SpamAnalyzer class.

public SpamAnalyzer(string filePath)
ParameterTypeDescription
filePathStringThe full or relative path to the file containing Bayesian database.

Exceptions

exceptioncondition
ArgumentExceptionIf filePath is null or an empty string.

See Also