com.morpho.morphosmart.sdk
Class FalseAcceptanceRate

java.lang.Object
  extended by com.morpho.morphosmart.sdk.FalseAcceptanceRate

public class FalseAcceptanceRate
extends java.lang.Object

The False Acceptance Rate (FAR) specify the acceptance threshold for a template matching, This value characterizes the security of the system. The lower the rate, the more secure the system, but the higher the risk of false rejections.


Field Summary
static int MORPHO_FAR_0
          Very low threshold for test purpose only
static int MORPHO_FAR_1
          FAR < 1 %
static int MORPHO_FAR_10
          Very high threshold for test purpose only
static int MORPHO_FAR_2
          FAR < 0.3 %
static int MORPHO_FAR_3
          FAR < 0.1 %
static int MORPHO_FAR_4
          FAR < 0.03 %
static int MORPHO_FAR_5
          Recommended value: FAR < 0.01 %
static int MORPHO_FAR_6
          FAR < 0.001 %
static int MORPHO_FAR_7
          FAR < 0.0001 %
static int MORPHO_FAR_8
          FAR < 0.00001 %
static int MORPHO_FAR_9
          FAR < 0.000001 %
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MORPHO_FAR_0

public static final int MORPHO_FAR_0
Very low threshold for test purpose only

See Also:
Constant Field Values

MORPHO_FAR_1

public static final int MORPHO_FAR_1
FAR < 1 %

See Also:
Constant Field Values

MORPHO_FAR_2

public static final int MORPHO_FAR_2
FAR < 0.3 %

See Also:
Constant Field Values

MORPHO_FAR_3

public static final int MORPHO_FAR_3
FAR < 0.1 %

See Also:
Constant Field Values

MORPHO_FAR_4

public static final int MORPHO_FAR_4
FAR < 0.03 %

See Also:
Constant Field Values

MORPHO_FAR_5

public static final int MORPHO_FAR_5
Recommended value: FAR < 0.01 %

See Also:
Constant Field Values

MORPHO_FAR_6

public static final int MORPHO_FAR_6
FAR < 0.001 %

See Also:
Constant Field Values

MORPHO_FAR_7

public static final int MORPHO_FAR_7
FAR < 0.0001 %

See Also:
Constant Field Values

MORPHO_FAR_8

public static final int MORPHO_FAR_8
FAR < 0.00001 %

See Also:
Constant Field Values

MORPHO_FAR_9

public static final int MORPHO_FAR_9
FAR < 0.000001 %

See Also:
Constant Field Values

MORPHO_FAR_10

public static final int MORPHO_FAR_10
Very high threshold for test purpose only

See Also:
Constant Field Values