|
|
a_help = 'Selects the discretisation algorithm ...
|
|
|
f_help = 'Base name of attribute, klass, training, test and go...
|
|
|
t_help = 'Base name of training file for discretisation. '
|
|
|
T_help = 'Base name of test file to be discterised. '
|
|
|
g_help = 'Base name of gold file to be discretised. '
|
|
|
A_help = 'Comma separated list of attribute indices. '
|
|
|
o_help = 'Algorithm specific options ...
|
|
|
UNSUPERVISED_EQUAL_WIDTH = 'UEW'
|
|
|
UNSUPERVISED_EQUAL_FREQUENCY = 'UEF'
|
|
|
NAIVE_SUPERVISED = 'NS'
|
|
|
NAIVE_SUPERVISED_V1 = 'NS1'
|
|
|
NAIVE_SUPERVISED_V2 = 'NS2'
|
|
|
ENTROPY_BASED_SUPERVISED = 'ES'
|
|
|
ALGORITHM_MAPPINGS = {'ES': 'entropy_based_supervised', 'NS': ...
|