|
|
a_help = 'Selects the classification algorithm ...
|
|
|
f_help = 'Specifies the base name of test, training or gold fi...
|
|
|
v_help = 'Used in conjunction with the files option to verify ...
|
|
|
t_help = 'When the files option is not used this option is use...
|
|
|
T_help = 'When the files option is not used this option is use...
|
|
|
g_help = 'When the files option is not used this option is use...
|
|
|
A_help = 'Used to disable calculation of Accuracy. ...
|
|
|
e_help = 'Used to enable calculation of Error rate. ...
|
|
|
F_help = 'Used to disable calculation of F-score. ...
|
|
|
p_help = 'Used to enable calculation of Precision. ...
|
|
|
r_help = 'Used to enable calculation of Recall. ...
|
|
|
ZERO_R = '0R'
|
|
|
ONE_R = '1R'
|
|
|
DECISION_TREE = 'DT'
|
|
|
ALGORITHM_MAPPINGS = {ZERO_R: zeror.ZeroR, ONE_R: oner.OneR, D...
|