Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
serialVersionUID |
42L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
serialVersionUID |
42L |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DICTIONARY_SIZE |
7 |
protected static final int |
FALSE_NEGATIVE |
6 |
protected static final int |
FALSE_POSITIVE |
4 |
protected static final int |
FSCORE |
2 |
protected static final int |
PRECISION |
0 |
protected static final int |
RECALL |
1 |
protected static final int |
TRUE_NEGATIVE |
5 |
protected static final int |
TRUE_POSITIVE |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
BITS |
64 |
protected static final int |
LOG_BITS |
6 |
protected static final int |
MOD_MASK |
63 |
protected static final int |
NIBBLE |
4 |