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

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.

このオブジェクトには、Modelのパフォーマンスの検証結果の詳細が含まれます。

プロパティ

名前説明
Accuracydouble, 読み取り専用すべての学習反復におけるすべてのModelの平均精度を返します。
ConfusionMatrixConfusionMatrix, 読み取り専用分類Modelの混同行列を返します。
FMeasuredouble, 読み取り専用分類ModelのF値、つまりF1スコアを返します。
Precisiondouble, 読み取り専用分類Modelの適合率 (陽性的中率) を返します。
Recalldouble, 読み取り専用分類Modelの再現率、つまり感度を返します。
StandardDeviationdouble, 読み取り専用各学習反復で計算されたModelの精度の標準偏差を返します。
ValidationResult オブジェクト図

サンプル

このオブジェクトは、Windows の Classification デモツール、および Linux と macOS の Classification コードサンプルで使用されます。