メインコンテンツへスキップ

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 の列挙定数は、分類モデルの学習モードを指定するために使用されます。
typedef enum {
  TM_Precision,
  TM_Recall,
  TM_Balanced
} TrainingModeEnum;

要素

名前説明
TM_Balanced学習プロセスでは、適合率と再現率のバランスを重視します。
TM_Precision学習では、高い適合率を重視します。
TM_Recall学習では、高い再現率を重視します。

使用箇所

ITrainingParams::TrainingMode