次の方法で共有


IterationPerformance クラス

定義

トレーニング済みのイテレーションの詳細なパフォーマンス データを表します。

public class IterationPerformance
type IterationPerformance = class
Public Class IterationPerformance
継承
IterationPerformance

コンストラクター

IterationPerformance()

IterationPerformance クラスの新しいインスタンスを初期化します。

IterationPerformance(IList<TagPerformance>, Double, Double, Double, Double, Nullable<Double>)

IterationPerformance クラスの新しいインスタンスを初期化します。

プロパティ

AveragePrecision

必要に応じて平均精度を取得します。

PerTagPerformance

このイテレーションのタグごとのパフォーマンスの詳細を取得します。

Precision

有効桁数を取得します。

PrecisionStdDeviation

精度の標準偏差を取得します。

Recall

呼び戻しを取得します。

RecallStdDeviation

リコールの標準偏差を取得します。

適用対象