Compartilhar via


Trainings.TrainingsGetIterationPerformanceDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
TrainingsGetIterationPerformanceDefinitionStages.WithExecute withOverlapThreshold(Double overlapThreshold)

If applicable, the bounding box overlap threshold used to determine true predictions.

TrainingsGetIterationPerformanceDefinitionStages.WithExecute withThreshold(Double threshold)

The threshold used to determine true predictions.

Method Details

withOverlapThreshold

public TrainingsGetIterationPerformanceDefinitionStages.WithExecute withOverlapThreshold(Double overlapThreshold)

If applicable, the bounding box overlap threshold used to determine true predictions.

Parameters:

overlapThreshold

Returns:

next definition stage

withThreshold

public TrainingsGetIterationPerformanceDefinitionStages.WithExecute withThreshold(Double threshold)

The threshold used to determine true predictions.

Parameters:

threshold

Returns:

next definition stage

Applies to