Understanding Data Mining in Business Intelligence
45 Questions
2 Views
3.3 Stars

Understanding Data Mining in Business Intelligence

Created by
@AdoredCharoite

Questions and Answers

What is Data Mining?

A process that uses statistical, mathematical, artificial intelligence and machine learning techniques to extract useful information from large databases.

Where is Data Mining in Business Intelligence?

Data mining is a part of business intelligence.

Why do we need Data Mining in managerial decision making?

To perform statistical and mathematical analysis, hypothesis testing, prediction, and customer scoring models.

What are the major characteristics of Data Mining?

<p>Data are often buried deep within very large databases and sophisticated tools are used to clean and synchronize data for the best result.</p> Signup and view all the answers

What is the main focus of customer analytics in CRM and revenue management?

<p>Clustering customers into groupings based on better understanding</p> Signup and view all the answers

What is the primary goal of text mining?

<p>To extract additional useful information from stored data</p> Signup and view all the answers

What does web content mining primarily involve?

<p>Extraction of useful information from Webpages</p> Signup and view all the answers

What is the purpose of calculating weights of terms in text mining?

<p>$1) Term frequency factor (the actual number of times the word appears in a document) and 2) Inverse document frequency (the number of times the word appears in all document in a set)$</p> Signup and view all the answers

How does web usage mining contribute to understanding user behavior?

<p>$Generated through web page visits, transactions and web server logs$</p> Signup and view all the answers

What is an example application of data mining to non-structured or less structured text files?

<p>Applying data mining to customer database to discover patterns.</p> Signup and view all the answers

What does optimization involve in customer analytics?

<p>Detecting patterns to optimize transaction and customer interaction.</p> Signup and view all the answers

What type of mining focuses on understanding user behavior through web page visits and transactions?

<p>Web usage mining.</p> Signup and view all the answers

What is the primary focus of web structure mining?

<p>Generating information from the links included in WebPages.</p> Signup and view all the answers

What does text mining primarily focus on?

<p>Application of data mining to nonstructured or less structured text files.</p> Signup and view all the answers

What are the two main types of data mining?

<p>Hypothesis-driven and discovery-driven</p> Signup and view all the answers

What is the major difference between cluster analysis and classification?

<p>Classification sorts cases into groups, while cluster analysis identifies common characteristics shared by group members.</p> Signup and view all the answers

What does association data mining establish relationships between?

<p>Items that occur together</p> Signup and view all the answers

In which business sector is data mining used to understand customer behavior?

<p>Retailing</p> Signup and view all the answers

What do prediction methods use to predict future values?

<p>Variables</p> Signup and view all the answers

What is the aim of data clustering algorithms?

<p>To create groups with maximum similarity and minimum similarity across groups</p> Signup and view all the answers

What is the primary purpose of sequence discovery in data mining?

<p>Identifying associations over time, tracking elapsed time between events and frequency of occurrences</p> Signup and view all the answers

Which type of induction method is classification?

<p>Supervised</p> Signup and view all the answers

What does retail-focused data mining primarily involve analyzing?

<p>Demographic data, transaction data, and online interaction data</p> Signup and view all the answers

In which sector is association rule discovery often used?

<p>Retailing for market basket analysis</p> Signup and view all the answers

What are the two types of data mining based on their approach?

<p>Hypothesis-driven and discovery-driven</p> Signup and view all the answers

  1. What is the primary purpose of text mining?

<p>The primary purpose of text mining is to extract meaningful numerical indices from unstructured or less structured text files and then process these indices using various data mining algorithms.</p> Signup and view all the answers

  1. What are the steps involved in mining text?

<p>The steps involved in mining text include eliminating commonly used words (stop-words), replacing words with their stems or roots, considering synonyms and phrases, and calculating the weights of the remaining terms based on their frequency and importance.</p> Signup and view all the answers

  1. How does text mining contribute to competitive advantage for organizations?

<p>Text mining allows organizations to visualize relationships between documents, such as policies, memos, emails, and minutes of meetings, which can be a major source of competitive advantage.</p> Signup and view all the answers

  1. What is an example application of text mining in the airline industry?

<p>An example application of text mining in the airline industry is to focus on key problem areas through pattern identification by accessing incident reports to increase the quality of service, such as identifying incidents that might lead to trouble and helping management stop the issue.</p> Signup and view all the answers

  1. How does web usage mining contribute to understanding user behavior?

<p>Web usage mining contributes to understanding user behavior by generating insights through web page visits, transactions, and web server logs, which are useful for customer relationship management (CRM) and web analytics.</p> Signup and view all the answers

Text mining primarily focuses on extracting meaningful numerical indices from ______ text files

<p>unstructured or less structured</p> Signup and view all the answers

Web mining is the discovery through the analysis of interesting and useful information from the ______, about the web and usually using a web based tool

<p>web</p> Signup and view all the answers

Web content mining involves the extraction of useful information from ______

<p>Webpages</p> Signup and view all the answers

Web structure mining generates information from the ______ included in WebPages

<p>links</p> Signup and view all the answers

Web usage mining is generated through web page visits, transactions and web server logs, and is useful for ______ and understanding user behavior

<p>CRM</p> Signup and view all the answers

What is the primary purpose of a data warehouse in Business Intelligence?

<p>To support decision-making applications by providing access to prepared data</p> Signup and view all the answers

What is the main function of business analytics in Business Intelligence?

<p>To allow users to create reports, queries, and conduct data analysis</p> Signup and view all the answers

What is the purpose of data mining in Business Intelligence?

<p>To look for hidden patterns in data for predicting future behavior</p> Signup and view all the answers

What is the role of OLAP (Online Analytical Processing) in Business Intelligence?

<p>To enable users to interactively analyze multidimensional data</p> Signup and view all the answers

What is the primary objective of Business Performance Management (BPM) based on balanced scorecard methodology (BSC)?

<p>To optimize overall performance of an organization</p> Signup and view all the answers

Which type of users in Business Intelligence (BI) are typically met by tools such as dashboards?

<p>Executives - top managers of any organization</p> Signup and view all the answers

What is the major theory of Business Intelligence (BI) that distinguishes it from transaction processing?

<p>BI is not transaction processing, hence OLTP vs. OLAP</p> Signup and view all the answers

What is the primary focus of Online Transaction Processing Systems (OLTP)?

<p>Handling a company’s routine ongoing business activities</p> Signup and view all the answers

What distinguishes Online Analytic Processing (OLAP) from Online Transaction Processing Systems (OLTP)?

<p>Enabling user queries and analysis of historical data</p> Signup and view all the answers

What are the three major types of BI users according to the provided text?

<p>IT staff, Power users, Executives - top managers of any organization.</p> Signup and view all the answers

Study Notes

Data Mining Methods and Applications

  • Data mining activities can lead to unexpected results, requiring creative decision-making.
  • Prediction methods use variables to predict future values, while descriptive methods find human-interpretable patterns.
  • Data mining tasks fall into four categories: classification, clustering, association rule discovery, and sequential pattern discovery.
  • Classification, a supervised induction method, is commonly used for analyzing historical data and predicting future behavior.
  • Data clustering algorithms partition a database into segments with similar qualities, aiming to create groups with maximum similarity and minimum similarity across groups.
  • The major difference between cluster analysis and classification is that classification sorts cases into groups, while cluster analysis identifies common characteristics shared by group members.
  • Association data mining establishes relationships between items that occur together, often used in market basket analysis.
  • Sequence discovery identifies associations over time, tracking elapsed time between events and frequency of occurrences.
  • Two types of data mining are hypothesis-driven, starting with a proposition, and discovery-driven, uncovering unknown facts.
  • Data mining is used in various business sectors including banking, retailing, manufacturing, marketing, government, health, airlines, and broadcasting.
  • Understanding customer behavior in retail involves analyzing demographic data, transaction data, and online interaction data.
  • In retail, data mining focuses on web analytics, gathering web statistics to track customer behavior and adjust websites to meet customer needs.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

This quiz explores the concept of data mining and its applications in business intelligence. It covers the use of statistical, mathematical, and machine learning techniques to extract valuable information from large databases.

More Quizzes Like This

Use Quizgecko on...
Browser
Browser