key_names#

Constants holding key names used in ProcessingState and its input_data, config, values attributes.

Module Attributes

INPUT_DATA_X

A key used to reference the input data table representing conditional features/attributes in ProcessingState.input_data.

INPUT_DATA_X_COUNTS

A key used to reference the input data table domain sizes in ProcessingState.input_data.

INPUT_DATA_Y

A key used to reference the input decision values in ProcessingState.input_data.

INPUT_DATA_Y_COUNT

A key used to reference the input decision values domain size in ProcessingState.input_data.

CONFIG_DISORDER_FUN

A key used to reference the disorder measure function to be used.

CONFIG_CANDIDATES_SELECT_RANDOM_MAX_COUNT

A key used to reference the max number of randomly selected candidate elements.

CONFIG_RESULT_ATTRS_MAX_COUNT

A key used to reference the max number of attrs in the results.

CONFIG_SET_APPROX_THRESHOLD_TO_CURRENT

A key used to control the hook that sets approx threshold available under ProcessingState.values['VALUES_DISORDER_SCORE_APPROX_THRESHOLD'] to the value resulting from the current group index and decision values.

VALUES_DISORDER_SCORE_APPROX_THRESHOLD

A key used to reference the disorder score approximation threshold.

VALUES_DISORDER_SCORE_BASE

A key used to reference the disorder score base value.

VALUES_DISORDER_SCORE_TOTAL

A key used to reference the disorder score total value.

VALUES_GROUP_INDEX

A key used to reference the current group index.

VALUES_RESULT_ATTRS

A key used to reference the result attributes.

VALUES_RESULT_OBJS

A key used to reference the result objects.

VALUES_X

A key used to reference the factorized data table representing conditional features/attributes.

VALUES_X_COUNTS

A key used to reference the factorized data table domain sizes.

VALUES_Y

A key used to reference the factorized decision values.

VALUES_Y_COUNT

A key used to reference the factorized decision values domain size.