|
|
PROG_BIG = 100
|
|
|
PROG_SMALL = 2
|
|
|
TEXT_DELIM = '\t'
Delimiter for atom pair weight specification strings and feature
index:count mappings
|
|
|
KEY_DELIM = ':'
|
|
|
ITEM_DELIM = ','
Prefix to identify feature:index mapping rows of feature
dictionary text files
|
|
|
FEATURE_PREFIX = '#'
Constant codes to indicate what comparison method to use
|
|
|
DOT_PRODUCT = 0
|
|
|
EUCLIDEAN = 1
|
|
|
EUCLIDEAN_SQUARE = 2
Application name, for example to identify a common logger
object
|
|
|
APPLICATION_NAME = 'CHEM.Kernel'
Default level for application logging.
|
|
|
LOGGER_LEVEL = 20
Default format of logger output
|
|
|
LOGGER_FORMAT = '[%(asctime)s %(levelname)s] %(message)s'
|