public enum FaceMatcherThreshold extends java.lang.Enum<FaceMatcherThreshold>
| Enum Constant and Description |
|---|
FMR100
False Match Rate = 1%
|
FMR1000
False Match Rate = 0.1% (1/1K)
|
FMR10000
False Match Rate = 0.01% (1/10K)
|
FMR100000
False Match Rate = 0.001% (1/100K)
|
FMR1000000
False Match Rate = 0.0001% (1/1M)
|
FMR10000000
False Match Rate = 0.00001% (1/10M)
|
FMR100000000
False Match Rate = 0.000001% (1/100M)
|
FMR1000000000
False Match Rate = 0.0000001% (1/1B)
|
FMR10000000000
False Match Rate = 0.00000001% (1/10B)
|
| Modifier and Type | Method and Description |
|---|---|
static FaceMatcherThreshold |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static FaceMatcherThreshold |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FaceMatcherThreshold[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaceMatcherThreshold FMR100
public static final FaceMatcherThreshold FMR1000
public static final FaceMatcherThreshold FMR10000
public static final FaceMatcherThreshold FMR100000
public static final FaceMatcherThreshold FMR1000000
public static final FaceMatcherThreshold FMR10000000
public static final FaceMatcherThreshold FMR100000000
public static final FaceMatcherThreshold FMR1000000000
public static final FaceMatcherThreshold FMR10000000000
public static FaceMatcherThreshold[] values()
for (FaceMatcherThreshold c : FaceMatcherThreshold.values()) System.out.println(c);
public static FaceMatcherThreshold valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static FaceMatcherThreshold fromValue(int value)
value - The int value.Copyright © id3 Technologies. All rights reserved. eu.id3.face