次の方法で共有


Trainings.TrainingsGetIterationPerformanceDefinitionStages.WithAllOptions インターフェイス

public interface WithAllOptions

その他のオプション設定を指定できる定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
TrainingsGetIterationPerformanceDefinitionStages.WithExecute withOverlapThreshold(Double overlapThreshold)

該当する場合は、境界ボックスの重複しきい値を使用して、真の予測を決定します。

TrainingsGetIterationPerformanceDefinitionStages.WithExecute withThreshold(Double threshold)

真の予測を決定するために使用されるしきい値。

メソッドの詳細

withOverlapThreshold

public TrainingsGetIterationPerformanceDefinitionStages.WithExecute withOverlapThreshold(Double overlapThreshold)

該当する場合は、境界ボックスの重複しきい値を使用して、真の予測を決定します。

Parameters:

overlapThreshold

Returns:

次の定義ステージ

withThreshold

public TrainingsGetIterationPerformanceDefinitionStages.WithExecute withThreshold(Double threshold)

真の予測を決定するために使用されるしきい値。

Parameters:

threshold

Returns:

次の定義ステージ

適用対象