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 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSDMU 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 MR_MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_RSDME_DMP_MODEL Model Reference 20030903
2 MT_ATTR_FREQ Instance attribute Protected Type reference (TYPE) RSDMSD_T_ATTR_FREQ_N Field Value Frequency 20030805
3 MT_ATTR_VALS Instance attribute Protected Type reference (TYPE) RSDMSD_T_ATTR_VALUES_N Field Values - preprocessing info 20030805
4 MT_CLASS_FREQ Instance attribute Protected Type reference (TYPE) RSDMSD_T_CLASS_FREQ_N Class Values Frequency 20030805
5 MT_COL_PARAM Instance attribute Protected Type reference (TYPE) RSDMEM_TH_FLD_PARAM Col parameters 20030915
6 MT_FIELDS Instance attribute Protected Type reference (TYPE) RSDMU_T_MODEL_FIELDS Model Fields 20030904
7 MT_HASH_VALUES Instance attribute Protected Type reference (TYPE) TY_T_HASH_VALUES List of Converted Values 20030915
8 MT_LEAF Instance attribute Protected Type reference (TYPE) RSDMSD_T_NODE_DIST_N Node specific class Distributions 20030805
9 MT_RULES Instance attribute Protected Type reference (TYPE) RSDMU_T_DTRULES Rules 20030904
10 MT_RULES_DTL Instance attribute Protected Type reference (TYPE) RSDMU_T_DTRULES_DTL Rules - Details 20030904
11 MT_TREE Instance attribute Protected Type reference (TYPE) RSDMSD_T_TREE_STRUC_N Tree 20030805
12 MT_VALTEXTS Instance attribute Protected Type reference (TYPE) RSDMU_T_VALUETXT Value Texts - for Model fields of type Infoobject 20030903
13 M_LANGU Instance attribute Protected Type reference (TYPE) LANGU Requested Language 20030903
14 M_MODEL Instance attribute Protected Type reference (TYPE) RSDMEM_MODEL Model Name 20030805
15 M_TARGET_FIELD Instance attribute Protected Type reference (TYPE) RSDMEM_COLUMN_NAME Target Field 20030903
16 M_TARGET_TYPE Instance attribute Protected Type reference (TYPE) RSDMEM_CONTENT_TYPE Content Type 20030911
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030903
2 CONVERT_CONF_MTX Instance method Public Method Convert Confusion Matrix 20030904
3 CONVERT_RULES_TO_TEXTS Instance method Public Method Convert Key values to texts for infoobject based model field 20030904
4 CONVERT_TO_TEXTS Instance method Public Method Convert Key values to texts for infoobject based model field 20030805
5 CONVERT_VALUE Instance method Public Method Convert Input Value 20030915
6 GET_ALL Instance method Public Method Get Model Results 20030811
7 GET_ALL_TEXTS Instance method Public Method Get texts for all Values ( Target and Input Fields) 20030903
8 GET_CLASS_TEXTS Instance method Public Method Get texts for all Class Values 20030903
9 GET_MODEL_REF Instance method Public Method Get model ref 20030903
10 GET_RULES Instance method Public Method Get Results as rules 20030904
11 GET_TARGET_FIELD Instance method Public Method Get the Model field defined as Target Field 20030903
12 GET_TARGET_TYPE Instance method Public Method Get the Model field defined as Target Field 20030911
13 GET_USED_ATTR_LIST Instance method Public Method Get model fields within the tree 20030805
14 GET_VALUE_TEXTS_ENMASS Instance method Protected Method Get Values - for Target and Input fields 20030903
15 LOAD_RESULTS Instance method Public Method Load Model Results - with/out texts 20030805
16 SET_MODEL 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 Changing 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 Changing C_FLAG Call by reference Type reference (TYPE) RSDMEM_BOOL_CH 20030915
2 Changing C_VALUE Call by reference Type reference (TYPE) RSDMEM_ATTR_VAL64 20030915
3 Importing I_FIELD Call by reference Type reference (TYPE) RSDMEM_COLUMN_NAME 20030915
4 Importing 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 Exporting ET_ATTR_FREQ Call by reference Type reference (TYPE) RSDMSD_T_ATTR_FREQ_N 20030811
2 Exporting ET_ATTR_VALS Call by reference Type reference (TYPE) RSDMSD_T_ATTR_VALUES_N 20030811
3 Exporting ET_CLASS_FREQ Call by reference Type reference (TYPE) RSDMSD_T_CLASS_FREQ_N 20030811
4 Exporting ET_LEAF Call by reference Type reference (TYPE) RSDMSD_T_NODE_DIST_N 20030811
5 Exporting 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 Returning 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 Returning 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 Returning 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 Exporting E_T_RULES Call by reference Type reference (TYPE) RSDMU_T_DTRULES Regeln 20030904
2 Exporting 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 Returning 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 Returning 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 Returning 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 Returning E_T_RETURN Value transfer Type reference (TYPE) BAPIRET2_T 20030805
2 Importing I_LANGU Call by reference Type reference (TYPE) LANGU SY-LANGU Sprache 20030903
3 Importing 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 Importing I_MODEL Call by reference Type reference (TYPE) RSDMEM_MODEL Modellname 20030805
2 Importing 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