<model name>_DICTIONARY table

This table contains information about the input variables.

The following table shows the table columns:

Table 1. Columns of the <model name>_DICTIONARY table
Column name Data type Description
ATTNUM (primary key column) SMALLINT Column ID of the input variable
ATTNAME VARCHAR Name of the variable or column
DICNAME VARCHAR Name of the table that contains the dictionary for the variables

Only used for nominal variables.

LEVELS BIGINT Number of levels

Only used for nominal variables.

ATTAVG DOUBLE Average value

Only used for continuous variables.

ATTSTD DOUBLE Standard deviation

Only used for continuous variables.