Click or drag to resize

ChangeStoppingConditionThresholdOperatorTThresholdCallback Property

Gets or sets the callback that will compute the new value of the threshold.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ComputeNewThresholdCallback<T> ThresholdCallback { get; set; }

Property Value

Type: ComputeNewThresholdCallbackT
See Also