|
dca_interface
6.3.4
|
#include <zla_classifier.h>
ZLA classifier object for ZLA classification.
The following sample shows the ZLA classification workflow:
Definition at line 32 of file zla_classifier.h.
Public Member Functions | |
| FunctionResult | classify (const Email &anEmail, ZlaClassificationResult &aZlaResult) const |
| The email classification method. The method takes an initialized Email object and returns the results in a ZlaClassificationResult object. More... | |
| FunctionResult dca::ZlaClassifier::classify | ( | const Email & | anEmail, |
| ZlaClassificationResult & | aZlaResult | ||
| ) | const |
The email classification method. The method takes an initialized Email object and returns the results in a ZlaClassificationResult object.
| [in] | anEmail | The Email object to be classified |
| [out] | aZlaResult | The result of the ZLA Email classification |
1.8.18