SAP ABAP Class CL_RSDME_MOD_OUTPUT_SAP_DT (Decision Tree Model Output)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-EI-DM (Application Component) Data Mining
⤷
RS_DME_DT_OO (Package) Datamining - Decision Tree Related - OO Based
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSDME_DMP_MODEL_OUTPUT | Generic Interface for Model Outputs | 20031006 |
Properties
| Class | CL_RSDME_MOD_OUTPUT_SAP_DT | |
| Short Description | Decision Tree Model Output | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RS_DME_DT_OO | Datamining - Decision Tree Related - OO Based |
| Created | 20030805 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSDME_DMP_MODEL_OUTPUT | Generic Interface for Model Outputs | 20031006 |
Friends
Class CL_RSDME_MOD_OUTPUT_SAP_DT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSDME_DMP_MODEL | Model Reference | 20030903 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | RSDMSD_T_ATTR_FREQ_N | Field Value Frequency | 20030805 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | RSDMSD_T_ATTR_VALUES_N | Field Values - preprocessing info | 20030805 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | RSDMSD_T_CLASS_FREQ_N | Class Values Frequency | 20030805 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | RSDMEM_TH_FLD_PARAM | Col parameters | 20030915 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | RSDMU_T_MODEL_FIELDS | Model Fields | 20030904 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | TY_T_HASH_VALUES | List of Converted Values | 20030915 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | RSDMSD_T_NODE_DIST_N | Node specific class Distributions | 20030805 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | RSDMU_T_DTRULES | Rules | 20030904 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | RSDMU_T_DTRULES_DTL | Rules - Details | 20030904 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | RSDMSD_T_TREE_STRUC_N | Tree | 20030805 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | RSDMU_T_VALUETXT | Value Texts - for Model fields of type Infoobject | 20030903 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | LANGU | Requested Language | 20030903 | |||
| 14 | Instance attribute | Protected | Type reference (TYPE) | RSDMEM_MODEL | Model Name | 20030805 | |||
| 15 | Instance attribute | Protected | Type reference (TYPE) | RSDMEM_COLUMN_NAME | Target Field | 20030903 | |||
| 16 | Instance attribute | Protected | Type reference (TYPE) | RSDMEM_CONTENT_TYPE | Content Type | 20030911 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20030903 | |
| 2 | Instance method | Public | Method | Convert Confusion Matrix | 20030904 | |
| 3 | Instance method | Public | Method | Convert Key values to texts for infoobject based model field | 20030904 | |
| 4 | Instance method | Public | Method | Convert Key values to texts for infoobject based model field | 20030805 | |
| 5 | Instance method | Public | Method | Convert Input Value | 20030915 | |
| 6 | Instance method | Public | Method | Get Model Results | 20030811 | |
| 7 | Instance method | Public | Method | Get texts for all Values ( Target and Input Fields) | 20030903 | |
| 8 | Instance method | Public | Method | Get texts for all Class Values | 20030903 | |
| 9 | Instance method | Public | Method | Get model ref | 20030903 | |
| 10 | Instance method | Public | Method | Get Results as rules | 20030904 | |
| 11 | Instance method | Public | Method | Get the Model field defined as Target Field | 20030903 | |
| 12 | Instance method | Public | Method | Get the Model field defined as Target Field | 20030911 | |
| 13 | Instance method | Public | Method | Get model fields within the tree | 20030805 | |
| 14 | Instance method | Protected | Method | Get Values - for Target and Input fields | 20030903 | |
| 15 | Instance method | Public | Method | Load Model Results - with/out texts | 20030805 | |
| 16 | Instance method | Public | Method | Set Decision Tree Model - Name | 20030805 |
Events
Class CL_RSDME_MOD_OUTPUT_SAP_DT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_HASH_VALUES | Protected | See coding | 20030915 | begin of ty_hash_values,
field TYPE RSDMEM_COLUMN_NAME,
value_in TYPE RSDMEM_ATTR_VAL64,
value_out TYPE RSDMEM_ATTR_VAL64,
flag TYPE RSDMEM_BOOL_CH,
end of ty_hash_values
|
||
| 2 | TY_T_HASH_VALUES | Protected | See coding | 20030915 | ty_t_hash_values type hashed table of
ty_hash_values
with unique key field value_in
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSDME_MOD_OUTPUT_SAP_DT has no parameter.
Method CONSTRUCTOR on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method CONVERT_CONF_MTX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_CONF_MTX | Call by reference | Type reference (TYPE) | RSDMSI_T_DT_CNF_MATRIX | 20030904 |
Method CONVERT_CONF_MTX on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method CONVERT_RULES_TO_TEXTS Signature
Method CONVERT_RULES_TO_TEXTS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no parameter.
Method CONVERT_RULES_TO_TEXTS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method CONVERT_TO_TEXTS Signature
Method CONVERT_TO_TEXTS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no parameter.
Method CONVERT_TO_TEXTS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method CONVERT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_FLAG | Call by reference | Type reference (TYPE) | RSDMEM_BOOL_CH | 20030915 | ||||
| 2 | C_VALUE | Call by reference | Type reference (TYPE) | RSDMEM_ATTR_VAL64 | 20030915 | ||||
| 3 | I_FIELD | Call by reference | Type reference (TYPE) | RSDMEM_COLUMN_NAME | 20030915 | ||||
| 4 | I_TYPE | Call by reference | Type reference (TYPE) | RSDMEM_CONTENT_TYPE | 20030915 |
Method CONVERT_VALUE on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_ALL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ATTR_FREQ | Call by reference | Type reference (TYPE) | RSDMSD_T_ATTR_FREQ_N | 20030811 | ||||
| 2 | ET_ATTR_VALS | Call by reference | Type reference (TYPE) | RSDMSD_T_ATTR_VALUES_N | 20030811 | ||||
| 3 | ET_CLASS_FREQ | Call by reference | Type reference (TYPE) | RSDMSD_T_CLASS_FREQ_N | 20030811 | ||||
| 4 | ET_LEAF | Call by reference | Type reference (TYPE) | RSDMSD_T_NODE_DIST_N | 20030811 | ||||
| 5 | ET_TREE | Call by reference | Type reference (TYPE) | RSDMSD_T_TREE_STRUC_N | 20030811 |
Method GET_ALL on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_ALL_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TEXTS | Value transfer | Type reference (TYPE) | RSDMU_T_VALUETXT | Texte für Klassenwerte | 20030903 |
Method GET_ALL_TEXTS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_CLASS_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_TEXTS | Value transfer | Type reference (TYPE) | RSDMU_T_VALUETXT | Texte für Klassenwerte | 20030903 |
Method GET_CLASS_TEXTS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_MODEL_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_RSDME_DMP_MODEL | 20030903 |
Method GET_MODEL_REF on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_RULES | Call by reference | Type reference (TYPE) | RSDMU_T_DTRULES | Regeln | 20030904 | |||
| 2 | E_T_RULES_DTL | Call by reference | Type reference (TYPE) | RSDMU_T_DTRULES_DTL | Details Regeln | 20030904 |
Method GET_RULES on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_TARGET_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FIELD | Value transfer | Type reference (TYPE) | RSDMEM_COLUMN_NAME | Ziel-Modellfeld | 20030911 |
Method GET_TARGET_FIELD on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_TARGET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TYPE | Value transfer | Type reference (TYPE) | RSDMEM_CONTENT_TYPE | Typ des Ziel-Modellfelds | 20030911 |
Method GET_TARGET_TYPE on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_USED_ATTR_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_FIELDS | Value transfer | Type reference (TYPE) | RSDMU_T_MODEL_FIELDS | 20030904 |
Method GET_USED_ATTR_LIST on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method GET_VALUE_TEXTS_ENMASS Signature
Method GET_VALUE_TEXTS_ENMASS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no parameter.
Method GET_VALUE_TEXTS_ENMASS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method LOAD_RESULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_RETURN | Value transfer | Type reference (TYPE) | BAPIRET2_T | 20030805 | ||||
| 2 | I_LANGU | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Sprache | 20030903 | ||
| 3 | I_WITH_TEXTS | Call by reference | Type reference (TYPE) | RSDMEM_BOOL_CH | ' ' | Ohne Texte laden | 20030901 |
Method LOAD_RESULTS on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
Method SET_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MODEL | Call by reference | Type reference (TYPE) | RSDMEM_MODEL | Modellname | 20030805 | |||
| 2 | I_VERS | Call by reference | Type reference (TYPE) | RSOBJVERS | 'A' | Objektversion für zukünftigen Gebrauch | 20030805 |
Method SET_MODEL on class CL_RSDME_MOD_OUTPUT_SAP_DT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 350 |