The Function Module MCWPS_GENERATE_RULES (INTERN: Bildet Ass.regeln aus Large-Itemsets (Apriori)) is a standard Function Module in SAP ERP and is part of the function group MCWPS within the package MCW.
Function Module | MCWPS_GENERATE_RULES |
Short Text | INTERN: Bildet Ass.regeln aus Large-Itemsets (Apriori) |
Function Group | MCWPS |
Package | MCW |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CONF | LIKE | MCWPSR3-CONF | '0.1' | Minimale Konfidenz |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RULES_L2 | LIKE | MCWPSR2 | Erzeugte Regeln: a->b | |
E_RULES_L3 | LIKE | MCWPSR3 | Erzeugte Regeln: a,b->c | |
I_TAB_L1 | LIKE | MCWPSI1 | Large-Itemset, k-1 | |
I_TAB_L2 | LIKE | MCWPSI2 | Large-Itemset, k-2 | |
I_TAB_L3 | LIKE | MCWPSI3 | Large-Itemset, k-3 |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BAD_CONFIDENCE | Wert für Konfidenz (i_conf) ist fehlerhaft (0.1<-i_conf <-1.0) |