TrainingModeEnum

TrainingModeEnum enumeration constants are used to specify the training mode for a classification model.

typedef enum {
  TM_Precision,
  TM_Recall,
  TM_Balanced
} TrainingModeEnum;
    

Elements

Name Description
TM_Balanced The training process will aim at balancing precision and recall.
TM_Precision The training will aim at high precision levels.
TM_Recall The training will aim at high recall levels.

Used in

ITrainingParams::TrainingMode

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.