| Interface | Description |
|---|---|
| Threshold |
Determine whether similarity values should be accepted into or rejected from similarity models.
|
| Class | Description |
|---|---|
| AbsoluteThreshold |
Checks similarity values to ensure their absolute values are over the
ThresholdValue. |
| NoThreshold |
Represents the absence of a threshold function, choosing to retain all similarity values passed to it.
|
| RealThreshold |
Checks similarity values to ensure their real values are over the
ThresholdValue. |
| Annotation Type | Description |
|---|---|
| ThresholdValue |
Threshold value for transformations.
|
Threshold values.