US6947878B2 - Analysis of retail transactions using gaussian mixture models in a data mining system - Google Patents

Analysis of retail transactions using gaussian mixture models in a data mining system Download PDF

Info

Publication number
US6947878B2
US6947878B2 US09/739,991 US73999100A US6947878B2 US 6947878 B2 US6947878 B2 US 6947878B2 US 73999100 A US73999100 A US 73999100A US 6947878 B2 US6947878 B2 US 6947878B2
Authority
US
United States
Prior art keywords
data
transactional data
database
gaussian mixture
analysis
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime, expires
Application number
US09/739,991
Other versions
US20020077790A1 (en
Inventor
Mikael Bisgaard-B hr
Scott Woodroofe Cunningham
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Teradata US Inc
Original Assignee
NCR Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NCR Corp filed Critical NCR Corp
Priority to US09/739,991 priority Critical patent/US6947878B2/en
Assigned to NCR CORPORATION reassignment NCR CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: Cunningham, Scott Woodroofe, BISGAARD-BOHR, MIKAEL
Publication of US20020077790A1 publication Critical patent/US20020077790A1/en
Application granted granted Critical
Publication of US6947878B2 publication Critical patent/US6947878B2/en
Assigned to TERADATA US, INC. reassignment TERADATA US, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: NCR CORPORATION
Adjusted expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99933Query processing, i.e. searching
    • Y10S707/99936Pattern matching access

Definitions

  • This invention relates to a computer-implemented data mining system, and in particular, to a system for analyzing retail transactions using Gaussian Mixture Models in a distributed relational data mining system.
  • Ad hoc querying This methodology involves the iterative analysis of transaction data by human effort, using querying languages such as SQL.
  • On-line Analytical Processing This methodology involves the application of automated software front-ends that automate the querying of relational databases storing transaction data and the production of reports therefrom.
  • a computer-implemented data mining system that analyzes data using Gaussian Mixture Models.
  • the data is accessed from a database, and then an Expectation-Maximization (EM) algorithm is performed in the computer-implemented data mining system to create the Gaussian Mixture Model for the accessed data.
  • EM Expectation-Maximization
  • the EM algorithm generates an output that describes clustering in the data by computing a mixture of probability distributions fitted to the accessed data.
  • FIG. 1 illustrates an exemplary hardware and software environment that could be used with the present invention
  • FIG. 2 is a diagram that illustrates the structure of a data model according the preferred embodiment of the present invention.
  • FIG. 3 is a flowchart that illustrates the logic for crating and using the data model 200 according the preferred embodiment of the present invention.
  • the present invention represents a way of producing customer segments from a transactional database.
  • a segment is a grouping of data elements organized about one or more attributes. These customer segments may serve as the basis for merchandising or marketing campaigns. They are a powerful basis for analysis of customer behavior, and they are useful means for summarizing the often exhaustive contents of transaction-based data warehouses.
  • FIG. 1 illustrates an exemplary hardware and software environment that could be used with the present invention.
  • a computer system 100 implements a data mining system in a three-tier client-server architecture comprised of a first client tier 102 , a second server tier 104 , and a third server tier 106 .
  • the third server tier 106 is coupled via a network 108 to one or more data servers 110 A- 110 E storing a relational database on one or more data storage devices 112 A- 112 E.
  • the client tier 102 comprises an Interface Tier for supporting interaction with users, wherein the Interface Tier includes an On-Line Analytic Processing (OLAP) Client 114 that provides a user interface for generating SQL statements that retrieve data from a database, an Analysis Client 116 that displays results from a data mining algorithm, and an Analysis Interface 118 for interfacing between the client tier 102 and server tier 104 .
  • OLAP On-Line Analytic Processing
  • the server tier 104 comprises an Analysis Tier for performing one or more data mining algorithms, wherein the Analysis Tier includes an OLAP Server 120 that schedules and prioritizes the SQL statements received from the OLAP Client 114 , an Analysis Server 122 that schedules and invokes the data mining algorithm to analyze the data retrieved from the database, and a Learning Engine 124 performs a Learning step of the data mining algorithm.
  • the data mining algorithm comprises an Expectation-Maximization procedure that creates a Gaussian Mixture Model using the results returned from the queries.
  • the server tier 106 comprises a Database Tier for storing and managing the databases, wherein the Database Tier includes an Inference Engine 126 that performs an Inference step of the data mining algorithm, a relational database management system (RDBMS) 132 that performs the SQL statements against a Data Mining View 128 to retrieve the data from the database, and a Model Results Table 130 that stores the results of the data mining algorithm.
  • the Database Tier includes an Inference Engine 126 that performs an Inference step of the data mining algorithm, a relational database management system (RDBMS) 132 that performs the SQL statements against a Data Mining View 128 to retrieve the data from the database, and a Model Results Table 130 that stores the results of the data mining algorithm.
  • RDBMS relational database management system
  • the RDBMS 132 interfaces to the data servers 110 A- 110 E as mechanism for storing and accessing large relational databases.
  • the preferred embodiment comprises the Teradata® RDBMS, sold by NCR Corporation, the assignee of the present invention, which excels at high volume forms of analysis.
  • the RDBMS 132 and the data servers 110 A- 110 E may use any number of different parallelism mechanisms, such as hash partitioning, range partitioning, value partitioning, or other partitioning methods.
  • the data servers 110 perform operations against the relational database in a parallel manner as well.
  • the data servers 110 A- 110 E, OLAP Client 114 , Analysis Client 116 , Analysis Interface 118 , OLAP Server 120 , Analysis Server 122 , Learning Engine 124 , Inference Engine 126 , Data Mining View 128 , Model Results Table 130 , and/or RDBMS 132 each comprise logic and/or data tangibly embodied in and/or accessible from a device, media, carrier, or signal, such as RAM, ROM, one or more of the data storage devices 112 A- 112 E, and/or a remote system or device communicating with the computer system 100 via one or more data communications devices.
  • FIG. 1 is not intended to limit the present invention. Indeed, those skilled in the art will recognize that other alternative environments may be used without departing from the scope of the present invention. In addition, it should be understood that the present invention may also apply to components other than those disclosed herein.
  • the 3-tier architecture of the preferred embodiment could be implemented on 1, 2, 3 or more independent machines.
  • the present invention is not restricted to the hardware environment shown in FIG. 1 .
  • the present invention allows analysts to gain a better understanding of customer behavior by means of a thorough cluster analysis of customer transactions, although customer identification is not required for the analysis.
  • the goal of cluster analysis is to group items coherently according to perceived similarities in the data.
  • Gaussian Mixture Models are the particular form of clustering that is used in the analysis performed by the present invention.
  • the data for the clustering consists of customer transactions or “baskets.”
  • the baskets are grouped according to behavioral similarities revealed during shopping.
  • the resulting transaction clusters offer an insight into the shopping behavior of both individuals and groups. Marketing professionals call these clusters “customer segments.”
  • Demographic data is useful since it allows knowledge about particular customers to be extended to representative customer segments. This is used, for example, in the demographic typing of customer segments. It is also used in establishing shopping frequency statistics by customer segment.
  • Affinity is a form of analysis that examines the frequency with which various products are purchased both together and separately. Segmentation reveals the very different patterns of purchases and affinities that are possible across distinct customer groups. Segmentation therefore is a powerful extension to standard affinity analysis.
  • Gaussian Mixture Models are automated statistical procedures suitable for finding patterns and clusters in databases. As a result, machine techniques can be applied to the searching and scanning of databases, thereby relieving human analysts of the task.
  • a data model which defines a structure for storing customer transactional information within the data mining system 100 and an algorithm performed by the data mining system 100 to analyze the transactional information into coherent groups according to perceived similarities in the transactional data.
  • the data model provides a minimum specification for the transactional data needed in the analysis.
  • the algorithm performs the mapping function necessary to aggregate the transactional data for cluster analysis.
  • the result is a grouping of the transactional data into segments, wherein each segment may be summarized by a set of prototypical behaviors.
  • the preferred embodiment of the present invention provides a number of advantages.
  • FIG. 2 is a diagram that illustrates the structure of a data model 200 according the preferred embodiment of the present invention.
  • the data model 200 defines the structure for storing transactional data in the relational database managed by the RDBMS 132 . This transactional data might be obtained, for example, from a point-of-sale device.
  • three tables are used in the model 200 : a basket table 202 , an item table 204 and a department table 206 .
  • the basket data 202 contains summary information about transactions.
  • the item table 204 contains information about individual items purchased by customers.
  • the department table 206 is a source of useful aggregate information about transaction sales by store department (although this data may ultimately be derived entirely from the item table 204 ).
  • This data is then mapped into a single flat table format, perhaps using a database view, to produce the correct level of aggregation for the statistical analysis.
  • the analysis requires one row to one customer transaction. Multiple transactions by the same customer are not of concern. In general, customers can not be uniquely identified from this format or view.
  • FIG. 3 is a flowchart that illustrates the logic for creating and using the data model 200 according the preferred embodiment of the present invention.
  • Block 300 represents the transactional data being accessed and retrieved from the relational database by the RDBMS 132 .
  • Block 302 represents a Gaussian Mixture Model algorithm being applied to the transactional data by the Analysis Server 122 , the Learning Engine 124 , and the Inference Engine 126 to create the data model 200 .
  • the Gaussian Mixture Model assumes that the transactions result from a mix of distinct customer behaviors.
  • Gaussian Mixture Models are a form of machine learning, described in more detail in sources such as Roweis, S. T. and Ghahramani, Z. (1999), A Unifying Review of Linear Gaussian Models, Neural Computation 11(2):305-345, which publication is incorporated by reference herein.
  • One implementation of an algorithm for generating the Gaussian Mixture Models is described in co-pending and commonly-assigned application Ser. No. 09/740,119, filed on same date herewith, by Scott W. Cunningham, and entitled “IMPROVEMENTS TO GAUSSIAN MIXTURE MODELS IN A DATA MINING SYSTEM,” which application is incorporated by reference herein.
  • Block 304 represents behavioral “profiles” reported across a range of selected variables being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116 .
  • Block 306 represents a range of behaviors expected from each variable, in each cluster, being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116 .
  • Block 308 represents the relative mix or proportions of behaviors in the database being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116 .
  • Block 310 represents an assignment of analyzed transactions to associated customer behaviors being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116 .
  • the default results show the mixes of behaviors represented within any given transaction.
  • the results can be formatted so that one transaction has one, and only one, associated behavior. (This “winner-takes-all” approach is helpful for reporting results in a relational database setting).
  • the results of applying a Gaussian Mixture Model to a transactional database results in a set of behaviors that are easily interpretable.
  • the resulting clusters are understood as “segments” by marketing or merchandising decision-makers.
  • Each set of segment behaviors may be named by the user, and might form the basis for instance, of a promotional campaign.
  • the model may also be maintained so that future transactions can be assigned a “score” according to the representative behavior involved. This allows the maintenance of databases for “intervention” analysis.
  • An example of such a behavioral analysis might be: “Did the resulting promotional campaign increase the profitability of a given customer segment?”
  • any type of computer could be used to implement the present invention.
  • any database management system, decision support system, on-line analytic processing system, or other computer program that performs similar functions could be used with the present invention.
  • the present invention discloses a computer-implemented data mining system that analyzes data using Gaussian Mixture Models.
  • the data is accessed from a database, and then an Expectation-Maximization (EM) algorithm is performed in the computer-implemented data mining system to create the Gaussian Mixture Model for the accessed data.
  • EM Expectation-Maximization
  • the EM algorithm generates an output that describes clustering in the data by computing a mixture of probability distributions fitted to the accessed data.

Abstract

A computer-implemented data mining system that analyzes data using Gaussian Mixture Models. The data is accessed from a database, and then an Expectation-Maximization (EM) algorithm is performed in the computer-implemented data mining system to create the Gaussian Mixture Model for the accessed data. The EM algorithm generates an output that describes clustering in the data by computing a mixture of probability distributions fitted to the accessed data.

Description

CROSS REFERENCE TO RELATED APPLICATIONS
This application is related to the following co-pending and commonly assigned patent applications:
Application Ser. No. 09/739,993, filed on same date herewith, by Paul M. Cereghini and Scott W. Cunningham, and entitled “ARCHITECTURE FOR A DISTRIBUTED RELATIONAL DATA MINING SYSTEM,”
Application Ser. No. 09/740,119, filed on same date herewith, by Scott W. Cunningham, and entitled “IMPROVEMENTS TO GAUSSIAN MIXTURE MODELS IN A DATA MINING SYSTEM,”
Application Ser. No. 09/739,994, filed on same date herewith, by Mikael Bisgaard-Bohr and Scott W. Cunningham, and entitled “DATA MODEL FOR ANALYSIS OF RETAIL TRANSACTIONS USING GAUSSIAN MIXTURE MODELS IN A DATA MINING SYSTEM,”
all of which applications are incorporated by reference herein.
BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to a computer-implemented data mining system, and in particular, to a system for analyzing retail transactions using Gaussian Mixture Models in a distributed relational data mining system.
2. Description of Related Art
Many computer-implemented systems are used to analyze commercial and financial transaction data. In many instances, such data is analyzed to gain a better understanding of customer behavior by analysis of customer transactions.
Prior art methods for analyzing customer transactions often involve one or more of the following techniques:
1. Ad hoc querying: This methodology involves the iterative analysis of transaction data by human effort, using querying languages such as SQL.
2. On-line Analytical Processing (OLAP): This methodology involves the application of automated software front-ends that automate the querying of relational databases storing transaction data and the production of reports therefrom.
3. Statistical packages: This methodology requires the sampling of transaction data, the extraction of the data into flat file or other proprietary formats, and the application of general purpose statistical or data mining software packages to the data.
Nonetheless, there remains a need for improved techniques for analyzing transaction data.
SUMMARY OF THE INVENTION
A computer-implemented data mining system that analyzes data using Gaussian Mixture Models. The data is accessed from a database, and then an Expectation-Maximization (EM) algorithm is performed in the computer-implemented data mining system to create the Gaussian Mixture Model for the accessed data. The EM algorithm generates an output that describes clustering in the data by computing a mixture of probability distributions fitted to the accessed data.
BRIEF DESCRIPTION OF THE DRAWINGS
Referring now to the drawings in which like reference numbers represent corresponding parts throughout:
FIG. 1 illustrates an exemplary hardware and software environment that could be used with the present invention;
FIG. 2 is a diagram that illustrates the structure of a data model according the preferred embodiment of the present invention; and
FIG. 3 is a flowchart that illustrates the logic for crating and using the data model 200 according the preferred embodiment of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
In the following description of the preferred embodiment, reference is made to the accompanying drawings which form a part hereof, and in which is shown by way of illustration a specific embodiment in which the invention may be practiced. It is to be understood that other embodiments may be utilized and structural changes may be made without departing from the scope of the present invention.
Overview
The present invention represents a way of producing customer segments from a transactional database. A segment is a grouping of data elements organized about one or more attributes. These customer segments may serve as the basis for merchandising or marketing campaigns. They are a powerful basis for analysis of customer behavior, and they are useful means for summarizing the often exhaustive contents of transaction-based data warehouses.
Hardware and Software Environment
FIG. 1 illustrates an exemplary hardware and software environment that could be used with the present invention. In the exemplary environment, a computer system 100 implements a data mining system in a three-tier client-server architecture comprised of a first client tier 102, a second server tier 104, and a third server tier 106. In the preferred embodiment, the third server tier 106 is coupled via a network 108 to one or more data servers 110A-110E storing a relational database on one or more data storage devices 112A-112E.
The client tier 102 comprises an Interface Tier for supporting interaction with users, wherein the Interface Tier includes an On-Line Analytic Processing (OLAP) Client 114 that provides a user interface for generating SQL statements that retrieve data from a database, an Analysis Client 116 that displays results from a data mining algorithm, and an Analysis Interface 118 for interfacing between the client tier 102 and server tier 104.
The server tier 104 comprises an Analysis Tier for performing one or more data mining algorithms, wherein the Analysis Tier includes an OLAP Server 120 that schedules and prioritizes the SQL statements received from the OLAP Client 114, an Analysis Server 122 that schedules and invokes the data mining algorithm to analyze the data retrieved from the database, and a Learning Engine 124 performs a Learning step of the data mining algorithm. In the preferred embodiment, the data mining algorithm comprises an Expectation-Maximization procedure that creates a Gaussian Mixture Model using the results returned from the queries.
The server tier 106 comprises a Database Tier for storing and managing the databases, wherein the Database Tier includes an Inference Engine 126 that performs an Inference step of the data mining algorithm, a relational database management system (RDBMS) 132 that performs the SQL statements against a Data Mining View 128 to retrieve the data from the database, and a Model Results Table 130 that stores the results of the data mining algorithm.
The RDBMS 132 interfaces to the data servers 110A-110E as mechanism for storing and accessing large relational databases. The preferred embodiment comprises the Teradata® RDBMS, sold by NCR Corporation, the assignee of the present invention, which excels at high volume forms of analysis. Moreover, the RDBMS 132 and the data servers 110A-110E may use any number of different parallelism mechanisms, such as hash partitioning, range partitioning, value partitioning, or other partitioning methods. In addition, the data servers 110 perform operations against the relational database in a parallel manner as well.
Generally, the data servers 110A- 110E, OLAP Client 114, Analysis Client 116, Analysis Interface 118, OLAP Server 120, Analysis Server 122, Learning Engine 124, Inference Engine 126, Data Mining View 128, Model Results Table 130, and/or RDBMS 132 each comprise logic and/or data tangibly embodied in and/or accessible from a device, media, carrier, or signal, such as RAM, ROM, one or more of the data storage devices 112A-112E, and/or a remote system or device communicating with the computer system 100 via one or more data communications devices.
However, those skilled in the art will recognize that the exemplary environment illustrated in FIG. 1 is not intended to limit the present invention. Indeed, those skilled in the art will recognize that other alternative environments may be used without departing from the scope of the present invention. In addition, it should be understood that the present invention may also apply to components other than those disclosed herein.
For example, the 3-tier architecture of the preferred embodiment could be implemented on 1, 2, 3 or more independent machines. The present invention is not restricted to the hardware environment shown in FIG. 1.
Operation of the Data Mining System
The present invention allows analysts to gain a better understanding of customer behavior by means of a thorough cluster analysis of customer transactions, although customer identification is not required for the analysis. The goal of cluster analysis is to group items coherently according to perceived similarities in the data.
Gaussian Mixture Models are the particular form of clustering that is used in the analysis performed by the present invention. The data for the clustering consists of customer transactions or “baskets.” The baskets are grouped according to behavioral similarities revealed during shopping. The resulting transaction clusters offer an insight into the shopping behavior of both individuals and groups. Marketing professionals call these clusters “customer segments.”
When applied to basket data, clustering provides three broad opportunities for analysis and business improvement. Of primary importance in all these analyses is the economic impact of the customer segment.
1. Price and Promotion Analysis: How responsive are various segments to the pricing and promotion of products? What product attributes are most appealing to each segment? Which segments are brand loyal or prefer store brands?
2. Demographic and Locational Analysis: What are the demographic characteristics of customer segments? How do store formats and locations affect the mix of customer segments? How is the mix of customer segments changing over time?
3. Purpose and Interest Analysis: What was the apparent purpose of the visit? What departments were visited? How much variety in shopping was displayed by customer segment? How frequently did the customer shop? Which items satisfy particular shopping needs?
Demographic data is useful since it allows knowledge about particular customers to be extended to representative customer segments. This is used, for example, in the demographic typing of customer segments. It is also used in establishing shopping frequency statistics by customer segment.
Affinity is a form of analysis that examines the frequency with which various products are purchased both together and separately. Segmentation reveals the very different patterns of purchases and affinities that are possible across distinct customer groups. Segmentation therefore is a powerful extension to standard affinity analysis.
There are many ways of grouping transactions to analyze customer behavior. In addition, many forms of customer analysis deal with summary data about customers as a whole. The advantages of using Gaussian Mixture Models, a statistical form of analysis, are four-fold:
1. Automation: Gaussian Mixture Models are automated statistical procedures suitable for finding patterns and clusters in databases. As a result, machine techniques can be applied to the searching and scanning of databases, thereby relieving human analysts of the task.
2. Statistical Quality: Gaussian Mixture Models find robust and repeatable patterns in the database. In addition, there is an intrinsic measure of model quality, known as the “log-likelihood.” This allows users to interpret the quality of the results and to explicitly examine shortcomings of the solutions.
3. Summarization: Gaussian Mixture Models provide effective summarization of exhaustive databases of customer transactions. The resulting summary allows analysts to deal with the most representative transactions in the database.
4. Disaggregation: By separating sources of variability in the transaction database, analysts gain a better understanding of how customer behavior varies. Armed with this knowledge, retailers may act upon distinct customer groups to encourage profitable behavior.
There are two components to the present invention: a data model which defines a structure for storing customer transactional information within the data mining system 100 and an algorithm performed by the data mining system 100 to analyze the transactional information into coherent groups according to perceived similarities in the transactional data. The data model provides a minimum specification for the transactional data needed in the analysis. The algorithm performs the mapping function necessary to aggregate the transactional data for cluster analysis. The result, as noted, is a grouping of the transactional data into segments, wherein each segment may be summarized by a set of prototypical behaviors.
The preferred embodiment of the present invention provides a number of advantages.
    • First, the present invention is entirely automated, requiring few arbitrary decisions or expectations regarding the solution or structure on the part of the analyst, which differs substantially from “ad hoc querying” used in prior efforts.
    • Second, the present invention employs “fuzzy sets” that result in high fidelity reproduction and summarization of database results, which differs substantially from prior efforts, such as OLAP systems that utilize SQL sets as a means of defining customer segments.
    • Third, the present invention uses a single, dedicated algorithm with a well-defined data model. As a result, the present invention requires very little specialized knowledge to utilize and interpret the results. This represents a significant difference from prior designs utilizing statistical packages.
Data Model
FIG. 2 is a diagram that illustrates the structure of a data model 200 according the preferred embodiment of the present invention. The data model 200 The data model 200 defines the structure for storing transactional data in the relational database managed by the RDBMS 132. This transactional data might be obtained, for example, from a point-of-sale device.
In the preferred embodiment, three tables are used in the model 200: a basket table 202, an item table 204 and a department table 206. The basket data 202 contains summary information about transactions. The item table 204 contains information about individual items purchased by customers. The department table 206 is a source of useful aggregate information about transaction sales by store department (although this data may ultimately be derived entirely from the item table 204).
This data is then mapped into a single flat table format, perhaps using a database view, to produce the correct level of aggregation for the statistical analysis. The analysis requires one row to one customer transaction. Multiple transactions by the same customer are not of concern. In general, customers can not be uniquely identified from this format or view.
Algorithm
FIG. 3 is a flowchart that illustrates the logic for creating and using the data model 200 according the preferred embodiment of the present invention.
Block 300 represents the transactional data being accessed and retrieved from the relational database by the RDBMS 132.
Block 302 represents a Gaussian Mixture Model algorithm being applied to the transactional data by the Analysis Server 122, the Learning Engine 124, and the Inference Engine 126 to create the data model 200. The Gaussian Mixture Model assumes that the transactions result from a mix of distinct customer behaviors.
Gaussian Mixture Models are a form of machine learning, described in more detail in sources such as Roweis, S. T. and Ghahramani, Z. (1999), A Unifying Review of Linear Gaussian Models, Neural Computation 11(2):305-345, which publication is incorporated by reference herein. One implementation of an algorithm for generating the Gaussian Mixture Models is described in co-pending and commonly-assigned application Ser. No. 09/740,119, filed on same date herewith, by Scott W. Cunningham, and entitled “IMPROVEMENTS TO GAUSSIAN MIXTURE MODELS IN A DATA MINING SYSTEM,” which application is incorporated by reference herein.
Block 304 represents behavioral “profiles” reported across a range of selected variables being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116.
Block 306 represents a range of behaviors expected from each variable, in each cluster, being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116.
Block 308 represents the relative mix or proportions of behaviors in the database being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116.
Block 310 represents an assignment of analyzed transactions to associated customer behaviors being returned from the data model 200 maintained by the Analysis Server 122 to the Analysis Client 116. The default results show the mixes of behaviors represented within any given transaction. Alternatively, the results can be formatted so that one transaction has one, and only one, associated behavior. (This “winner-takes-all” approach is helpful for reporting results in a relational database setting).
Generally, the results of applying a Gaussian Mixture Model to a transactional database results in a set of behaviors that are easily interpretable. The resulting clusters are understood as “segments” by marketing or merchandising decision-makers. Each set of segment behaviors may be named by the user, and might form the basis for instance, of a promotional campaign. The model may also be maintained so that future transactions can be assigned a “score” according to the representative behavior involved. This allows the maintenance of databases for “intervention” analysis. An example of such a behavioral analysis might be: “Did the resulting promotional campaign increase the profitability of a given customer segment?”
CONCLUSION
This concludes the description of the preferred embodiment of the invention. The following paragraphs describe some alternative embodiments for accomplishing the same invention.
In one alternative embodiment, any type of computer could be used to implement the present invention. In addition, any database management system, decision support system, on-line analytic processing system, or other computer program that performs similar functions could be used with the present invention.
In summary, the present invention discloses a computer-implemented data mining system that analyzes data using Gaussian Mixture Models. The data is accessed from a database, and then an Expectation-Maximization (EM) algorithm is performed in the computer-implemented data mining system to create the Gaussian Mixture Model for the accessed data. The EM algorithm generates an output that describes clustering in the data by computing a mixture of probability distributions fitted to the accessed data.
The foregoing description of the preferred embodiment of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. It is intended that the scope of the invention be limited not by this detailed description, but rather by the claims appended hereto.

Claims (12)

1. A method for analyzing data in a computer-implemented data mining system, comprising:
establishing a database for storing and organizing transactional data, said transactional data being organized within said database in accordance with a data model, said data model comprising a basket table that contains summary information about transactions, an item table that contains information about individual items purchased by customers, and a department table that contains aggregate information about transaction sales by store department; and
mapping the transactional data contained in said database to aggregate the transactional data for cluster analysis.
2. The method of claim 1, further comprising the step of:
analyzing the transactional data using cluster analysis into coherent groups according to perceived similarities in the transactional data.
3. The method of claim 2, wherein said analyzing step utilizes a Gaussian Mixture Model.
4. The method of claim 1, wherein said mapping step aggregates the transactional data into a single flat table view, and each row within said table view includes information concerning a single customer transaction.
5. The method of claim 4, further comprising the step of:
analyzing the transactional data using cluster analysis into coherent groups according to perceived similarities in the transactional data.
6. The method of claim 5, wherein said analyzing step utilizes a Gaussian Mixture Model.
7. A computer-implemented data mining system for analyzing data, comprising:
a computerized database for storing and organizing transactional data, said transactional data being organized within said database in accordance with a data model, said data model comprising a basket table that contains summary information about transactions, an item table that contains information about individual items purchased by customers, and a department table that contains aggregate information about transaction sales by store department; and
means for mapping the transactional data contained in said database to aggregate the transactional data for cluster analysis.
8. The system of claim 7, further comprising:
a cluster analysis program for grouping the transactional data into coherent groups according to perceived similarities in the transactional data.
9. The system of claim 8, wherein said cluster analysis program utilizes a Gaussian Mixture Model.
10. The system of claim 7, wherein said means for mapping aggregates the transactional data into a single flat table view, wherein each row within said table view includes information concerning a single customer transaction.
11. The system of claim 10, further comprising:
a cluster analysis program for grouping the transactional data into coherent groups according to perceived similarities in the transactional data.
12. The system of claim 11, wherein said cluster analysis program utilizes a Gaussian Mixture Model.
US09/739,991 2000-12-18 2000-12-18 Analysis of retail transactions using gaussian mixture models in a data mining system Expired - Lifetime US6947878B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/739,991 US6947878B2 (en) 2000-12-18 2000-12-18 Analysis of retail transactions using gaussian mixture models in a data mining system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/739,991 US6947878B2 (en) 2000-12-18 2000-12-18 Analysis of retail transactions using gaussian mixture models in a data mining system

Publications (2)

Publication Number Publication Date
US20020077790A1 US20020077790A1 (en) 2002-06-20
US6947878B2 true US6947878B2 (en) 2005-09-20

Family

ID=24974613

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/739,991 Expired - Lifetime US6947878B2 (en) 2000-12-18 2000-12-18 Analysis of retail transactions using gaussian mixture models in a data mining system

Country Status (1)

Country Link
US (1) US6947878B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030154181A1 (en) * 2002-01-25 2003-08-14 Nec Usa, Inc. Document clustering with cluster refinement and model selection capabilities
US20050038701A1 (en) * 2003-08-13 2005-02-17 Alan Matthew Computer system for card in connection with, but not to carry out, a transaction
US7069197B1 (en) * 2001-10-25 2006-06-27 Ncr Corp. Factor analysis/retail data mining segmentation in a data mining system
US20080133320A1 (en) * 2006-12-01 2008-06-05 Ilya Gluhovsky Modeling customer behavior in a multi-choice service environment

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6970882B2 (en) * 2002-04-04 2005-11-29 International Business Machines Corporation Unified relational database model for data mining selected model scoring results, model training results where selection is based on metadata included in mining model control table
US7509337B2 (en) 2005-07-05 2009-03-24 International Business Machines Corporation System and method for selecting parameters for data mining modeling algorithms in data mining applications
US7516152B2 (en) 2005-07-05 2009-04-07 International Business Machines Corporation System and method for generating and selecting data mining models for data mining applications
US7512626B2 (en) 2005-07-05 2009-03-31 International Business Machines Corporation System and method for selecting a data mining modeling algorithm for data mining applications
US7933861B2 (en) * 2007-04-09 2011-04-26 University Of Pittsburgh - Of The Commonwealth System Of Higher Education Process data warehouse
US10891114B2 (en) * 2017-08-17 2021-01-12 Tibco Software Inc. Interpreter for interpreting a data model algorithm and creating a data schema
CN108549220A (en) * 2018-03-29 2018-09-18 广东电网有限责任公司电力调度控制中心 Coal unit operating status real time evaluating method and its system
CN111626842A (en) * 2020-04-22 2020-09-04 北京芯盾时代科技有限公司 Consumption behavior data analysis method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5787425A (en) 1996-10-01 1998-07-28 International Business Machines Corporation Object-oriented data mining framework mechanism
US5909681A (en) 1996-03-25 1999-06-01 Torrent Systems, Inc. Computer system and computerized method for partitioning data for parallel processing
US6263337B1 (en) * 1998-03-17 2001-07-17 Microsoft Corporation Scalable system for expectation maximization clustering of large databases
US6581058B1 (en) * 1998-05-22 2003-06-17 Microsoft Corporation Scalable system for clustering of large databases having mixed data attributes
US6591235B1 (en) * 2000-02-04 2003-07-08 International Business Machines Corporation High dimensional data mining and visualization via gaussianization
US6816848B1 (en) * 2000-06-12 2004-11-09 Ncr Corporation SQL-based analytic algorithm for cluster analysis

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5909681A (en) 1996-03-25 1999-06-01 Torrent Systems, Inc. Computer system and computerized method for partitioning data for parallel processing
US5787425A (en) 1996-10-01 1998-07-28 International Business Machines Corporation Object-oriented data mining framework mechanism
US6263337B1 (en) * 1998-03-17 2001-07-17 Microsoft Corporation Scalable system for expectation maximization clustering of large databases
US6581058B1 (en) * 1998-05-22 2003-06-17 Microsoft Corporation Scalable system for clustering of large databases having mixed data attributes
US6591235B1 (en) * 2000-02-04 2003-07-08 International Business Machines Corporation High dimensional data mining and visualization via gaussianization
US6816848B1 (en) * 2000-06-12 2004-11-09 Ncr Corporation SQL-based analytic algorithm for cluster analysis

Non-Patent Citations (16)

* Cited by examiner, † Cited by third party
Title
A White Paper Prepared by MciroStrategy, Inc., "The Case for Relational OLAP," 20 pages, 1995.
A. Hinneburg et al., "Optimal Grid-Clustering. Towards Breaking the Curse . . . Clustering," In Proceedings of the 25 <SUP>th </SUP>Int'l Conf on Very Large Data Bases, Edinburgh, Scotland, 1999.
A.P. Dempster et al., "Maximum Likelihood from Incomplete Data via the EM Algorithm," Journal of The Royal Statistical Society, 39(1):1-38, 1977.
C. Aggrawal et al., "Fast Algorithms for Projected Clustering," In Proceedings of the ACM SIGMOD Int'l Conf on Management of Data, Philadelphia, PA, 1999.
F. Murtagh, "A Survey of Recent Advances in Hierarchical Clustering Algorithms," The Computer, Journal, 26(4):354-359, 1983.
G. Graefe et al., "On the Efficient Gathering . . . Databases," Microsoft, AAAI, 5 pages, 1998.
H. Bozdogan, "Model selection and Akaike's information criterion . . . extensions," Psychometrika, 52(3):345-370, 1987.
M. Ester et al., "A Density-Based Algorithm for Discovering . . . Noise," In Proceedings of the IEEE, Int'l Conf on Data Engineering (ICDE), Portland, Oregon, 1996.
M.I. Jordan et al., "Hierarchical Mixtures of Experts and the EM Algorithm," Neural Computation, 6:181-214, 1994.
P.S. Bradley eet al., "Scaling EM (Expectation-Maximization) Clustering to Large Databases," Microsoft Research Technical Report, 20 pages, 1998.
P.S. Bradley et al., "Scaling Clustering Algorithms to Large Databases," In Proceedings of the Int'l Knowledge Discovery and Data Mining Conference (KDD), 1998.
R. Agrawal et al., "Automatic Subspace Clustering of High . . . Applications," In Proceedings of ACM SIGMOD Int'l Conf on Management of Data, Seattle, WA, 1998.
R.T. Ng et al., "Efficient and Effective Clustering Methods . . . Mining," In Proc. of the VLDB Conf, Santago, Chile, 1994.
S. Roweis, "A Unifying Review of Linear Gaussian Models," Neural Computation, 11:305-345, 1999.
T. Zhang et al., "BIRCH: An Efficient Data Clustering . . . Databases," Int'l Proc of the ACM SIGMOD Conference, Montreal, Canada, pp. 103-114, 1996.
W.H. Press et al., "Numerical Recipes in C," Cambridge University Press: Cambridge, 20 pgs., 1986.

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7069197B1 (en) * 2001-10-25 2006-06-27 Ncr Corp. Factor analysis/retail data mining segmentation in a data mining system
US20030154181A1 (en) * 2002-01-25 2003-08-14 Nec Usa, Inc. Document clustering with cluster refinement and model selection capabilities
US20050038701A1 (en) * 2003-08-13 2005-02-17 Alan Matthew Computer system for card in connection with, but not to carry out, a transaction
US20080133320A1 (en) * 2006-12-01 2008-06-05 Ilya Gluhovsky Modeling customer behavior in a multi-choice service environment

Also Published As

Publication number Publication date
US20020077790A1 (en) 2002-06-20

Similar Documents

Publication Publication Date Title
Tang et al. Data mining with SQL Server 2005
US6687693B2 (en) Architecture for distributed relational data mining systems
US6640226B1 (en) Ranking query optimization in analytic applications
US7249048B1 (en) Incorporating predicrive models within interactive business analysis processes
US7007020B1 (en) Distributed OLAP-based association rule generation method and system
US7117208B2 (en) Enterprise web mining system and method
US20020072951A1 (en) Marketing support database management method, system and program product
US6836773B2 (en) Enterprise web mining system and method
US5920855A (en) On-line mining of association rules
US7908159B1 (en) Method, data structure, and systems for customer segmentation models
US20030220860A1 (en) Knowledge discovery through an analytic learning cycle
US6820089B2 (en) Method and system for simplifying the use of data mining in domain-specific analytic applications by packaging predefined data mining models
US6947878B2 (en) Analysis of retail transactions using gaussian mixture models in a data mining system
CN110704413A (en) Knowledge graph construction method based on deep learning
Nemati et al. Issues in organizational data mining: a survey of current practices
US20020078064A1 (en) Data model for analysis of retail transactions using gaussian mixture models in a data mining system
US20030020739A1 (en) System and method for comparing populations of entities
US8150728B1 (en) Automated promotion response modeling in a customer relationship management system
US7437306B1 (en) Customer buying pattern detection in customer relationship management systems
Das et al. A Review of Data Warehousing Using Feature Engineering
Granov Customer loyalty, return and churn prediction through machine learning methods: for a Swedish fashion and e-commerce company
Ying et al. Research on E-commerce Data Mining and Managing Model in The Process of Farmers' Welfare Growth
Papetti Customer segmentation analysis of cannabis retail data: a machine learning approach
KR20010035263A (en) Web-based multi-dimensional information analyzing method and system
Sen An overview of data mining and marketing

Legal Events

Date Code Title Description
AS Assignment

Owner name: NCR CORPORATION, OHIO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BISGAARD-BOHR, MIKAEL;CUNNINGHAM, SCOTT WOODROOFE;REEL/FRAME:011638/0747;SIGNING DATES FROM 20010119 TO 20010225

STCF Information on status: patent grant

Free format text: PATENTED CASE

CC Certificate of correction
FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: TERADATA US, INC., OHIO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:NCR CORPORATION;REEL/FRAME:020540/0786

Effective date: 20070924

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12