dca_interface  6.3.4
dca_wac::WacClassifierOptions Struct Reference

#include <wac_classification.h>

Detailed Description

Sets up options for the WAC classification.

By activating enable_Feedback, statistics about matched applications/actions and counts of classification calls will be collected and uploaded to our servers, and integrated into the automatic process, that helps us to continuously improve the classification quality and match ratio.

The collected statstics will be uploaded during a call to UpdateModule::performUpdate.

See also
dca_wac::WacClassification
Content and Engine Updates, and how to implement the required tasks

Definition at line 33 of file wac_classification.h.

Public Attributes

bool enable_Feedback
 This switches the Feedback feature on or off. This feature collects number of matched applications/actions together with the number of non-matched classification calls. More...
 

Member Data Documentation

◆ enable_Feedback

bool dca_wac::WacClassifierOptions::enable_Feedback

This switches the Feedback feature on or off. This feature collects number of matched applications/actions together with the number of non-matched classification calls.

See also
WacClassification::createClassifier

Definition at line 45 of file wac_classification.h.


The documentation for this struct was generated from the following file: