> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 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](/fine-reader/engine/api-reference/classification-related-objects/trainingparams#trainingmode)
