public class Global
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
DICTIONARY_SIZE |
protected static int |
FALSE_NEGATIVE |
protected static int |
FALSE_POSITIVE |
protected static int |
FSCORE |
protected static int |
PRECISION |
protected static ProgressMeter |
progress |
protected static int |
RECALL |
protected static int |
TRUE_NEGATIVE |
protected static int |
TRUE_POSITIVE |
Constructor and Description |
---|
Global() |
protected static final int PRECISION
protected static final int RECALL
protected static final int FSCORE
protected static final int TRUE_POSITIVE
protected static final int FALSE_POSITIVE
protected static final int TRUE_NEGATIVE
protected static final int FALSE_NEGATIVE
protected static final int DICTIONARY_SIZE
protected static final ProgressMeter progress