dca_interface  6.3.4
dca_ipr::IprClassifierOptions Struct Reference

#include <ipr_classification.h>

Detailed Description

Sets up options for the IPR classification.

By activating enable_Feedback, statistics about matched categories 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
IprClassification

Definition at line 32 of file ipr_classification.h.

Public Attributes

bool enable_Feedback
 This switches the Feedback feature on or off. This feature collects statistics about number of matched categories together with the number of non-matched classification calls. By default this feature is switched off. More...
 

Member Data Documentation

◆ enable_Feedback

bool dca_ipr::IprClassifierOptions::enable_Feedback

This switches the Feedback feature on or off. This feature collects statistics about number of matched categories together with the number of non-matched classification calls. By default this feature is switched off.

See also
IprClassification::createClassifier

Definition at line 45 of file ipr_classification.h.


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