MocThreshold Enumeration¶
Namespace: id3.Finger
Definition¶
Enumerates some typical values for the match-on-card decision threshold.
class MocThreshold
enum MocThreshold
public enum MocThreshold
public enum MocThreshold
public enum MocThreshold
typedef enum id3FingerMocThreshold
Fields¶
Name |
Value |
Description |
---|---|---|
|
2045 |
False Match Rate = 1% |
|
2828 |
False Match Rate = 0.1% (1/1K) |
|
3785 |
False Match Rate = 0.01% (1/10K) |
|
5011 |
False Match Rate = 0.001% (1/100K) |
|
6569 |
False Match Rate = 0.0001% (1/1M) |
|
8534 |
False Match Rate = 0.00001% (1/10M) |