次の方法で共有


IterationPerformance コンストラクター

定義

オーバーロード

IterationPerformance()

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

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

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

IterationPerformance()

ソース:
IterationPerformance.cs
ソース:
IterationPerformance.cs

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

public IterationPerformance ();
Public Sub New ()

適用対象

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

ソース:
IterationPerformance.cs
ソース:
IterationPerformance.cs

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

public IterationPerformance (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TagPerformance> perTagPerformance = default, double precision = 0, double precisionStdDeviation = 0, double recall = 0, double recallStdDeviation = 0, double? averagePrecision = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.TagPerformance> * double * double * double * double * Nullable<double> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.IterationPerformance
Public Sub New (Optional perTagPerformance As IList(Of TagPerformance) = Nothing, Optional precision As Double = 0, Optional precisionStdDeviation As Double = 0, Optional recall As Double = 0, Optional recallStdDeviation As Double = 0, Optional averagePrecision As Nullable(Of Double) = Nothing)

パラメーター

perTagPerformance
IList<TagPerformance>

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

precision
Double

有効桁数を取得します。

precisionStdDeviation
Double

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

recall
Double

リコールを取得します。

recallStdDeviation
Double

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

averagePrecision
Nullable<Double>

該当する場合の平均精度を取得します。

適用対象