ChangeStoppingConditionThresholdOperatorT Properties |
The ChangeStoppingConditionThresholdOperatorT generic type exposes the following members.
Name | Description | |
---|---|---|
InitialValue |
Gets or sets the initial value to use for the StoppingCondition that the Threshold
is the threshold of. The value that the threshold of the StoppingCondition is initially configured
with will be ignored and this value will be used instead.
| |
IsFrozen |
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an
ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.) | |
Name |
Gets or sets an optional name for you to identify this operator with.
(Inherited from TargetedSegmentListOperator.) | |
Threshold |
Gets the threshold value that this operator will change.
| |
ThresholdCallback |
Gets or sets the callback that will compute the new value of the threshold.
| |
ThresholdParameter |
Gets or sets the parameter that can be used to parameterize evaluators
that should be changed by this operator.
|