|
sigma
1.0.0
|
Tag type used to pass the relative threshold to constructors. More...
#include <thresholded_affine.hpp>
Public Member Functions | |
| Threshold (value_t v) | |
| Constructs a Threshold with the given value. | |
Public Attributes | |
| value_t | value |
| The relative threshold value (e.g. 0.01 for 1%). | |
Tag type used to pass the relative threshold to constructors.
Wrapping the threshold in this type avoids overload ambiguity between ThresholdedAffine(value_t lo, value_t hi) and ThresholdedAffine(value_t center, value_t threshold).
Example: