SlideShare a Scribd company logo
1 of 16
Russian Plekhanov University of Economics  Customer-telecommunications company’s relationship simulation model (RSM), based on non-monotonic business rules approach and formal concept analysis method. Victor Romanov Roman Veynberg AlinaPoluektova
THE TC-COMPANIES HAVEPROBLEMS WITH CUSTOMER PROFILE FITTING Customer Satisfaction ChangeWave Research AT&T’s low churn rate – despite its relatively poor Very Satisfied rating and its high percentage of dropped calls Sprint/Nextel (35%) is second in terms of customer satisfaction, with Tmobile (23%) and AT&T (23%) lagging well behind. ChangeWave Research: April 27, 2010
FITTING SERVICES TO CUSTOMER PROFILE We propose: To increase profit, to hold clients and attract new ones  TC-companies can use customers’ personal data and services data (customer’s consumption level) for service fitting to the consumption profile of specific customer.  For discovery the uniform consumption profile groups of customers and business rules we propose to apply the Formal Concept Analysis Method for making specific services adjusted for each category of clients. To ensure operability in conditions when customer’s data may be incomplete or contradictory, extracted business rules should be considered within the frame of non-monotonic logic, and realized as defeasible theory rules.
Why business rules? Dynamic competition economy In big and medium business a lot of  documents contain business rules.  EDM new conception propose  extract business rule as different component,  This makes possible more easy update them It is difficult to find and change them
Business static void processLoanRequest(Borrower borrower, Loan loan) {  System.out.println("Processing request from " + borrower.getName());    // Approve or reject the loan  checkLoanConditions(borrower, loan);    // Display the verdict  if (loan.isApproved()) {   System.out.println("==> Loan is approved :-)");  } else {   System.out.println("==> Loan is rejected :-(");   for (Object msg : loan.getMessages()) {    System.out.println("==> Because " + msg);   }  } }  /**  * Check conditions on the borrower and the loan using hard-coded policies  */ static void checkLoanConditions(Borrower borrower, Loan loan) {  // Check maximum amount  if (loan.getAmount() > 1000000) {   loan.addToMessages("The loan cannot exceed 1,000,000");         loan.reject();  }  // Check repayment and score  if (borrower.getYearlyIncome() > 0){   int val = loan.getYearlyRepayment() * 100 / borrower.getYearlyIncome();   if ((val>=0) && (val<30) && (borrower.getCreditScore()>=0) && (borrower.getCreditScore()<200)) {     loan.addToMessages("debt-to-income too high compared to credit score");           loan.reject();   }   if ((val>=30) && (val<45) && (borrower.getCreditScore()>=0) && (borrower.getCreditScore()<400)) {    loan.addToMessages("debt-to-income too high compared to credit score");          loan.reject();   }   if ((val>=45) && (val<50) && (borrower.getCreditScore()>=0) && (borrower.getCreditScore()<600)) {     loan.addToMessages("debt-to-income too high compared to credit score");           loan.reject();   }   if ((val>=50) && (borrower.getCreditScore()>=0) && (loan.getAmount() > Business Logic Applications codes IT What business rule is Business rule is the assertion at the natural or formal language,which for each state of business system defines permissible decisions  on business control
Business rules management system The sources where rules  originated from Documents Applications The rules are stored and updated The rules are extracted and executed The rules are inserted Personell Processes Business Rule Management System User Applications Rules + Metadata Rules repository Rules Server
BUSINESS RULES SYSTEM ARCHITECTURE
FormalConceptAnalysis  Customers regarded as objects with their attributes - personal data, realty, employment positions may be named as CONTEXT. The FORMAL CONCEPT of customers is a collections (subset of) whole set of customers with their attributes set, such that each member of the collection has in common all attributes from this particular attribute set.  Formal concept lattice may be used for visualization telecommunication company’s customer groups, that make possible for management assign to these groups corresponding set of discount options.  Besides  selecting the group of customers FCA method provide possibility by mean data mining approach extract new rules from customer database. Application of non-monotonic rules expands possibility taking in account not only strict implications, but also rules with fixed level of support and confidence.
The business rules formal definition At the theory level of first level logic (FOL) business rules    have statement view  IF-THEN and expresses logical consequence or implication.  IF p, THEN q,where q –  assertion named as  consequent,  describing decision which are offering in this conditions. p  is a assertion, named as   antecedent, which is describing  state of business conditions IF(conditions),  then(the list of actions), else(alternate list of actons).
CUSTOMER’S ATRIBUTES
Formal context “customers”  Context part 1 Context part 2 (continuation)
    Concept lattice “customers”
      The rules discovered  The rules discovered by FCA look like this: different kind of if customers satisfy different conditions and for them different marketing actions are effective:
Rules quality criteria   Let M – attribute set and G objects set. The rules are defined as the implication X⇒Y, whereX,Y ⊆ M, X Y =. The implication means that all objects of context which contain attributes X also contain attribute Y. That is in the situation X manager ought make decision Y. 3 conviction confidence lift support Is defined as supp(X Y)/ supp(Y) supp(X) Is defined as conf(X⇒Y)= supp(XY)/ supp(X) Conviction conv(X⇒Y)=1-supp(Y)/1- conf(X⇒Y) Supp=card(ψ(X)/card(G)) -  is a rate of contextobjects K := (G,M, I), which contain attributes X
The rules discovered with confidence <100 % IFLoc_call AND Cons_mid AND Single THENAct2_eff (confidence = 80%) IFCons_midTHEN Act2_eff (confidence = 70%) IF Head THENAct3_eff (confidence = 67%) IF single AND Loc_callTHENAct2_eff (confidence = 62%) IFCons_lowTHENAct3_eff (confidence = 50%)
CONCLUSION: The formal concept analysis software, being applied to client data, shows,  that action1 is efficient for “Head, medium income and medium consumption” category of clients;  action2 is efficient for “male, student, low income, medium consumption and use smsms” category of clients ; action3 is efficient for “citizen, use international  call, GPRS with high income and consumption” category of clients  So, proposed approach transforms user data into  TC-company’s services, fitted to customer profile and stimulate consumption increasing so as company’s profit

More Related Content

Similar to Mobile company services fitting to customer consumtion profile-spring sim2011-finished

IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET Journal
 
CMMC case study: Inside a CMMC assessment
CMMC case study: Inside a CMMC assessmentCMMC case study: Inside a CMMC assessment
CMMC case study: Inside a CMMC assessmentInfosec
 
S-CUBE LP: Formal Specifications for Services and Service Compositions
S-CUBE LP: Formal Specifications for Services and Service CompositionsS-CUBE LP: Formal Specifications for Services and Service Compositions
S-CUBE LP: Formal Specifications for Services and Service Compositionsvirtual-campus
 
CUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9i
CUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9iCUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9i
CUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9iAkash Gupta
 
CONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEM
CONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEMCONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEM
CONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEMGeorge Krasadakis
 
PAGE 1Running Head Information System management PAGE 5I.docx
 PAGE 1Running Head Information System management PAGE 5I.docx PAGE 1Running Head Information System management PAGE 5I.docx
PAGE 1Running Head Information System management PAGE 5I.docxMARRY7
 
Lecture7 use case modeling
Lecture7 use case modelingLecture7 use case modeling
Lecture7 use case modelingShahid Riaz
 
Market basket predictive_model
Market basket predictive_modelMarket basket predictive_model
Market basket predictive_modelFatima Khalid
 
Using_The_Predictive_Analytics_For_Effective_Cross_Selling
Using_The_Predictive_Analytics_For_Effective_Cross_SellingUsing_The_Predictive_Analytics_For_Effective_Cross_Selling
Using_The_Predictive_Analytics_For_Effective_Cross_SellingSunil Kakade
 
Financial Supply chain Management.
Financial Supply chain Management.Financial Supply chain Management.
Financial Supply chain Management.Rajeev Kumar
 
Churn in the Telecommunications Industry
Churn in the Telecommunications IndustryChurn in the Telecommunications Industry
Churn in the Telecommunications Industryskewdlogix
 
Operations Management VTU BE Mechanical 2015 Solved paper
Operations Management VTU BE Mechanical 2015 Solved paperOperations Management VTU BE Mechanical 2015 Solved paper
Operations Management VTU BE Mechanical 2015 Solved paperSomashekar S.M
 
Sap solution manager change request management
Sap solution manager change request managementSap solution manager change request management
Sap solution manager change request managementdryday sunny
 
Towards Automating Security Compliance Value Chain_FSE15_2June_submitted_final
Towards Automating Security Compliance Value Chain_FSE15_2June_submitted_finalTowards Automating Security Compliance Value Chain_FSE15_2June_submitted_final
Towards Automating Security Compliance Value Chain_FSE15_2June_submitted_finalSmita S. Ghaisas
 

Similar to Mobile company services fitting to customer consumtion profile-spring sim2011-finished (20)

IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom Industry
 
CMMC case study: Inside a CMMC assessment
CMMC case study: Inside a CMMC assessmentCMMC case study: Inside a CMMC assessment
CMMC case study: Inside a CMMC assessment
 
Telecom Churn Analysis
Telecom Churn AnalysisTelecom Churn Analysis
Telecom Churn Analysis
 
Service quality management
Service quality managementService quality management
Service quality management
 
S-CUBE LP: Formal Specifications for Services and Service Compositions
S-CUBE LP: Formal Specifications for Services and Service CompositionsS-CUBE LP: Formal Specifications for Services and Service Compositions
S-CUBE LP: Formal Specifications for Services and Service Compositions
 
CUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9i
CUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9iCUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9i
CUSTOMER CARE ADMINISTRATION-developer-2000 and oracle 9i
 
CONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEM
CONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEMCONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEM
CONSUMER CREDIT RISK ASSESMENT, PREDICTION & MANAGEMENT SYSTEM
 
PAGE 1Running Head Information System management PAGE 5I.docx
 PAGE 1Running Head Information System management PAGE 5I.docx PAGE 1Running Head Information System management PAGE 5I.docx
PAGE 1Running Head Information System management PAGE 5I.docx
 
Jar chapter 3
Jar chapter 3Jar chapter 3
Jar chapter 3
 
Lecture7 use case modeling
Lecture7 use case modelingLecture7 use case modeling
Lecture7 use case modeling
 
Gc3310851089
Gc3310851089Gc3310851089
Gc3310851089
 
Gc3310851089
Gc3310851089Gc3310851089
Gc3310851089
 
Market basket predictive_model
Market basket predictive_modelMarket basket predictive_model
Market basket predictive_model
 
Using_The_Predictive_Analytics_For_Effective_Cross_Selling
Using_The_Predictive_Analytics_For_Effective_Cross_SellingUsing_The_Predictive_Analytics_For_Effective_Cross_Selling
Using_The_Predictive_Analytics_For_Effective_Cross_Selling
 
Financial Supply chain Management.
Financial Supply chain Management.Financial Supply chain Management.
Financial Supply chain Management.
 
Churn in the Telecommunications Industry
Churn in the Telecommunications IndustryChurn in the Telecommunications Industry
Churn in the Telecommunications Industry
 
Staying demand driven 2
Staying demand driven 2Staying demand driven 2
Staying demand driven 2
 
Operations Management VTU BE Mechanical 2015 Solved paper
Operations Management VTU BE Mechanical 2015 Solved paperOperations Management VTU BE Mechanical 2015 Solved paper
Operations Management VTU BE Mechanical 2015 Solved paper
 
Sap solution manager change request management
Sap solution manager change request managementSap solution manager change request management
Sap solution manager change request management
 
Towards Automating Security Compliance Value Chain_FSE15_2June_submitted_final
Towards Automating Security Compliance Value Chain_FSE15_2June_submitted_finalTowards Automating Security Compliance Value Chain_FSE15_2June_submitted_final
Towards Automating Security Compliance Value Chain_FSE15_2June_submitted_final
 

More from Victor Romanov

Simulation of alliance network modified
Simulation of alliance network modifiedSimulation of alliance network modified
Simulation of alliance network modifiedVictor Romanov
 
Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]Victor Romanov
 
Romanov presentation-eomas-2015-last
Romanov presentation-eomas-2015-lastRomanov presentation-eomas-2015-last
Romanov presentation-eomas-2015-lastVictor Romanov
 
Amster present-07-02-final
Amster present-07-02-finalAmster present-07-02-final
Amster present-07-02-finalVictor Romanov
 
Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]Victor Romanov
 
Cистема быстрого реагирования по защите нефтепроводов
Cистема быстрого реагирования по защите нефтепроводовCистема быстрого реагирования по защите нефтепроводов
Cистема быстрого реагирования по защите нефтепроводовVictor Romanov
 
Emergency response planning m0di
Emergency response planning m0diEmergency response planning m0di
Emergency response planning m0diVictor Romanov
 
Eomas cloud erp query flow control simulation
Eomas cloud erp query flow control simulationEomas cloud erp query flow control simulation
Eomas cloud erp query flow control simulationVictor Romanov
 
Oil & Gas Transporting emergency recovering information asystem (for lease))-
Oil & Gas Transporting emergency recovering information asystem (for lease))-Oil & Gas Transporting emergency recovering information asystem (for lease))-
Oil & Gas Transporting emergency recovering information asystem (for lease))-Victor Romanov
 
Financial market crises predictor
Financial market crises predictorFinancial market crises predictor
Financial market crises predictorVictor Romanov
 
Regions strategy development
Regions strategy developmentRegions strategy development
Regions strategy developmentVictor Romanov
 
презентация Immod 20-10
презентация Immod 20-10презентация Immod 20-10
презентация Immod 20-10Victor Romanov
 
информационная система быстрого реагирования на нештатные ситуации в области ...
информационная система быстрого реагирования на нештатные ситуации в области ...информационная система быстрого реагирования на нештатные ситуации в области ...
информационная система быстрого реагирования на нештатные ситуации в области ...Victor Romanov
 
мониторинг и анализ финансовых рынков, предсказание кризиса, симулятор
мониторинг и анализ финансовых рынков, предсказание кризиса, симулятормониторинг и анализ финансовых рынков, предсказание кризиса, симулятор
мониторинг и анализ финансовых рынков, предсказание кризиса, симуляторVictor Romanov
 
инновации и технологии
инновации и технологииинновации и технологии
инновации и технологииVictor Romanov
 
Situation Calculus Approach to the Oil Products Supply Control System, Autumn...
Situation Calculus Approach to the Oil Products Supply Control System, Autumn...Situation Calculus Approach to the Oil Products Supply Control System, Autumn...
Situation Calculus Approach to the Oil Products Supply Control System, Autumn...Victor Romanov
 
маркетинг (3)
маркетинг (3)маркетинг (3)
маркетинг (3)Victor Romanov
 

More from Victor Romanov (20)

Simulation of alliance network modified
Simulation of alliance network modifiedSimulation of alliance network modified
Simulation of alliance network modified
 
1 ws
1  ws1  ws
1 ws
 
Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]
 
Romanov presentation-eomas-2015-last
Romanov presentation-eomas-2015-lastRomanov presentation-eomas-2015-last
Romanov presentation-eomas-2015-last
 
D wires ext 0.12 (1)
D wires ext 0.12 (1)D wires ext 0.12 (1)
D wires ext 0.12 (1)
 
Amster present-07-02-final
Amster present-07-02-finalAmster present-07-02-final
Amster present-07-02-final
 
Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]Presentation for iccms [автосохраненный]
Presentation for iccms [автосохраненный]
 
Cистема быстрого реагирования по защите нефтепроводов
Cистема быстрого реагирования по защите нефтепроводовCистема быстрого реагирования по защите нефтепроводов
Cистема быстрого реагирования по защите нефтепроводов
 
Emergency response planning m0di
Emergency response planning m0diEmergency response planning m0di
Emergency response planning m0di
 
Eomas cloud erp query flow control simulation
Eomas cloud erp query flow control simulationEomas cloud erp query flow control simulation
Eomas cloud erp query flow control simulation
 
Oil & Gas Transporting emergency recovering information asystem (for lease))-
Oil & Gas Transporting emergency recovering information asystem (for lease))-Oil & Gas Transporting emergency recovering information asystem (for lease))-
Oil & Gas Transporting emergency recovering information asystem (for lease))-
 
Financial market crises predictor
Financial market crises predictorFinancial market crises predictor
Financial market crises predictor
 
Regions strategy development
Regions strategy developmentRegions strategy development
Regions strategy development
 
презентация Immod 20-10
презентация Immod 20-10презентация Immod 20-10
презентация Immod 20-10
 
информационная система быстрого реагирования на нештатные ситуации в области ...
информационная система быстрого реагирования на нештатные ситуации в области ...информационная система быстрого реагирования на нештатные ситуации в области ...
информационная система быстрого реагирования на нештатные ситуации в области ...
 
мониторинг и анализ финансовых рынков, предсказание кризиса, симулятор
мониторинг и анализ финансовых рынков, предсказание кризиса, симулятормониторинг и анализ финансовых рынков, предсказание кризиса, симулятор
мониторинг и анализ финансовых рынков, предсказание кризиса, симулятор
 
инновации и технологии
инновации и технологииинновации и технологии
инновации и технологии
 
Situation Calculus Approach to the Oil Products Supply Control System, Autumn...
Situation Calculus Approach to the Oil Products Supply Control System, Autumn...Situation Calculus Approach to the Oil Products Supply Control System, Autumn...
Situation Calculus Approach to the Oil Products Supply Control System, Autumn...
 
Marketing (bas)
Marketing (bas)Marketing (bas)
Marketing (bas)
 
маркетинг (3)
маркетинг (3)маркетинг (3)
маркетинг (3)
 

Mobile company services fitting to customer consumtion profile-spring sim2011-finished

  • 1. Russian Plekhanov University of Economics Customer-telecommunications company’s relationship simulation model (RSM), based on non-monotonic business rules approach and formal concept analysis method. Victor Romanov Roman Veynberg AlinaPoluektova
  • 2. THE TC-COMPANIES HAVEPROBLEMS WITH CUSTOMER PROFILE FITTING Customer Satisfaction ChangeWave Research AT&T’s low churn rate – despite its relatively poor Very Satisfied rating and its high percentage of dropped calls Sprint/Nextel (35%) is second in terms of customer satisfaction, with Tmobile (23%) and AT&T (23%) lagging well behind. ChangeWave Research: April 27, 2010
  • 3. FITTING SERVICES TO CUSTOMER PROFILE We propose: To increase profit, to hold clients and attract new ones TC-companies can use customers’ personal data and services data (customer’s consumption level) for service fitting to the consumption profile of specific customer. For discovery the uniform consumption profile groups of customers and business rules we propose to apply the Formal Concept Analysis Method for making specific services adjusted for each category of clients. To ensure operability in conditions when customer’s data may be incomplete or contradictory, extracted business rules should be considered within the frame of non-monotonic logic, and realized as defeasible theory rules.
  • 4. Why business rules? Dynamic competition economy In big and medium business a lot of documents contain business rules. EDM new conception propose extract business rule as different component, This makes possible more easy update them It is difficult to find and change them
  • 5. Business static void processLoanRequest(Borrower borrower, Loan loan) { System.out.println("Processing request from " + borrower.getName()); // Approve or reject the loan checkLoanConditions(borrower, loan); // Display the verdict if (loan.isApproved()) { System.out.println("==> Loan is approved :-)"); } else { System.out.println("==> Loan is rejected :-("); for (Object msg : loan.getMessages()) { System.out.println("==> Because " + msg); } } } /** * Check conditions on the borrower and the loan using hard-coded policies */ static void checkLoanConditions(Borrower borrower, Loan loan) { // Check maximum amount if (loan.getAmount() > 1000000) { loan.addToMessages("The loan cannot exceed 1,000,000"); loan.reject(); } // Check repayment and score if (borrower.getYearlyIncome() > 0){ int val = loan.getYearlyRepayment() * 100 / borrower.getYearlyIncome(); if ((val>=0) && (val<30) && (borrower.getCreditScore()>=0) && (borrower.getCreditScore()<200)) { loan.addToMessages("debt-to-income too high compared to credit score"); loan.reject(); } if ((val>=30) && (val<45) && (borrower.getCreditScore()>=0) && (borrower.getCreditScore()<400)) { loan.addToMessages("debt-to-income too high compared to credit score"); loan.reject(); } if ((val>=45) && (val<50) && (borrower.getCreditScore()>=0) && (borrower.getCreditScore()<600)) { loan.addToMessages("debt-to-income too high compared to credit score"); loan.reject(); } if ((val>=50) && (borrower.getCreditScore()>=0) && (loan.getAmount() > Business Logic Applications codes IT What business rule is Business rule is the assertion at the natural or formal language,which for each state of business system defines permissible decisions on business control
  • 6. Business rules management system The sources where rules originated from Documents Applications The rules are stored and updated The rules are extracted and executed The rules are inserted Personell Processes Business Rule Management System User Applications Rules + Metadata Rules repository Rules Server
  • 7. BUSINESS RULES SYSTEM ARCHITECTURE
  • 8. FormalConceptAnalysis Customers regarded as objects with their attributes - personal data, realty, employment positions may be named as CONTEXT. The FORMAL CONCEPT of customers is a collections (subset of) whole set of customers with their attributes set, such that each member of the collection has in common all attributes from this particular attribute set. Formal concept lattice may be used for visualization telecommunication company’s customer groups, that make possible for management assign to these groups corresponding set of discount options. Besides selecting the group of customers FCA method provide possibility by mean data mining approach extract new rules from customer database. Application of non-monotonic rules expands possibility taking in account not only strict implications, but also rules with fixed level of support and confidence.
  • 9. The business rules formal definition At the theory level of first level logic (FOL) business rules have statement view IF-THEN and expresses logical consequence or implication. IF p, THEN q,where q – assertion named as consequent, describing decision which are offering in this conditions. p is a assertion, named as antecedent, which is describing state of business conditions IF(conditions), then(the list of actions), else(alternate list of actons).
  • 11. Formal context “customers” Context part 1 Context part 2 (continuation)
  • 12. Concept lattice “customers”
  • 13. The rules discovered The rules discovered by FCA look like this: different kind of if customers satisfy different conditions and for them different marketing actions are effective:
  • 14. Rules quality criteria Let M – attribute set and G objects set. The rules are defined as the implication X⇒Y, whereX,Y ⊆ M, X Y =. The implication means that all objects of context which contain attributes X also contain attribute Y. That is in the situation X manager ought make decision Y. 3 conviction confidence lift support Is defined as supp(X Y)/ supp(Y) supp(X) Is defined as conf(X⇒Y)= supp(XY)/ supp(X) Conviction conv(X⇒Y)=1-supp(Y)/1- conf(X⇒Y) Supp=card(ψ(X)/card(G)) - is a rate of contextobjects K := (G,M, I), which contain attributes X
  • 15. The rules discovered with confidence <100 % IFLoc_call AND Cons_mid AND Single THENAct2_eff (confidence = 80%) IFCons_midTHEN Act2_eff (confidence = 70%) IF Head THENAct3_eff (confidence = 67%) IF single AND Loc_callTHENAct2_eff (confidence = 62%) IFCons_lowTHENAct3_eff (confidence = 50%)
  • 16. CONCLUSION: The formal concept analysis software, being applied to client data, shows, that action1 is efficient for “Head, medium income and medium consumption” category of clients; action2 is efficient for “male, student, low income, medium consumption and use smsms” category of clients ; action3 is efficient for “citizen, use international call, GPRS with high income and consumption” category of clients So, proposed approach transforms user data into TC-company’s services, fitted to customer profile and stimulate consumption increasing so as company’s profit