CogDLRuntimeParamGreenStandard ProbabilityThreshold Property Cognex VisionPro 9.24
The minimum score a view must have to be classified.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public double ProbabilityThreshold { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the new value is less than zero or greater than one.
See Also