次の方法で共有


MachineLearningBatchDeploymentProperties.ErrorThreshold プロパティ

定義

エラーしきい値。入力全体のエラー数がこの値を超えた場合、バッチ推論は中止されます。 範囲は [-1, int です。MaxValue]。 FileDataset の場合、この値はファイルエラーの数です。 TabularDataset の場合、この値はレコードエラーの数です。 -1 (下限) に設定すると、バッチ推論中のすべてのエラーは無視されます。

public int? ErrorThreshold { get; set; }
member this.ErrorThreshold : Nullable<int> with get, set
Public Property ErrorThreshold As Nullable(Of Integer)

プロパティ値

適用対象