RSDMTA_CONDS_VAR - Filter conditions for association rules
Filter conditions for association rules information is stored in SAP table RSDMTA_CONDS_VAR.
It is part of development package RS_DME_AA in software component BW-EI-DM. This development package consists of objects that can be grouped under "Data mining engines: Association analysis".
It is part of development package RS_DME_AA in software component BW-EI-DM. This development package consists of objects that can be grouped under "Data mining engines: Association analysis".
Fields for table RSDMTA_CONDS_VAR
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
VAR_ID | Analytical Model | X | RSDMEM_MODEL | CHAR | 30 | |
MODEL_ID | Analytical Model | RSDMEM_MODEL | CHAR | 30 | ||
VAR_DESC | Description | RSDMEM_LANGU_DESCRIPTION | CHAR | 50 | ||
VAR_DATE | Creation Date of Condition | RSDMEA_DATE | DATS | 8 | ||
VAR_USER | User name | RSDMEA_USER | CHAR | 12 | ||
MIN_SUP | Support of the Itemset | RSDMEA_SUPPORT | DEC | 3 | ||
MIN_CONF | Confidence of the association rule | RSDMEA_CONFIDENCE | DEC | 3 | ||
MIN_LIFT | Lift of the association rule | RSDMEA_LIFT | DEC | 8 | ||
TOPN | Top N | RSDMEA_TOPN | INT4 | 4 |