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.2.419.0 (24.2.419.0)
Syntax public ComputeNewThresholdCallback<T> ThresholdCallback { get; set; }
Public Property ThresholdCallback As ComputeNewThresholdCallback(Of T)
Get
Set
public:
property ComputeNewThresholdCallback<T>^ ThresholdCallback {
ComputeNewThresholdCallback<T>^ get ();
void set (ComputeNewThresholdCallback<T>^ value);
}
member ThresholdCallback : ComputeNewThresholdCallback<'T> with get, set
Property Value
Type:
ComputeNewThresholdCallbackTSee Also