ThresholdStoppingConditionConstraintThreshold Property |
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual double Threshold { get; set; }
Public Overridable Property Threshold As Double
Get
Set
public:
virtual property double Threshold {
double get ();
void set (double value);
}
abstract Threshold : float with get, set
override Threshold : float with get, set
Property Value
Type:
DoubleSee Also