Click or drag to resize

ChangeStoppingConditionThresholdOperator<T>.ThresholdCallback 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: 25.1.421.0 (25.1.421.0)
Syntax
public ComputeNewThresholdCallback<T> ThresholdCallback { get; set; }

Property Value

Type: ComputeNewThresholdCallback<T>
See Also