Creating a Sequence Clustering Mining Model Structure (Data Mining Tutorial)
The first step in creating a sequence clustering scenario is to use the Data Mining Wizard to create a new mining structure. In this task you will use the wizard to create a mining structure and initial associated mining model that are based on the Microsoft Sequence Clustering algorithm.
For More Information
Data Mining Wizard, Data Mining Designer, Microsoft Sequence Clustering Algorithm
To create a sequence clustering mining structure
In Solution Explorer in Business Intelligence Development Studio, right-click Mining Structures and select New Mining Structure.
The Data Mining Wizard opens.
On the Welcome to the Data Mining Wizard page, click Next.
On the Select the Definition Method page, select From existing relational database or data warehouse, and then click Next.
On the Select the Data Mining Technique page, under Which data mining technique do you want to use?, select Microsoft Sequence Clustering, and then click Next.
The Select Data Source View page appears. By default, Adventure Works DW is selected under Available data source views.
Click Next.
On the Specify Table Types page, select the Case check box next to the vAssocSeqOrders table, and select the Nested check box next to the vAssocSeqLineItems table. Click Next.
Note
The nested table, vAssocSeqLineItems, must be connected to the case table, vAssocSeqOrders, by a many-to-one join. If an error occurs when you select the Case or Nested check boxes, it may be that the join in the data source view is not correct. You must modify the data source view so that the join line extends from the nested table to the case table. For more information, see Modifying a Data Source View (Data Mining Tutorial). You can also edit the relationship by right-clicking on the join line and reversing the direction of the join. For more information about how to edit relationships in a data source view, see Create/Edit Relationship Dialog Box (SSAS).
On the Specify the Training Data page, specify how each column should be used by checking the boxes as follows:
CustomerKey : Do not use
On the Specify Columns' Content and Data Type page, verify that the conten types have been set for each column as follows:
OrderNumber : Key, Text
Click Next.
On the Completing the Wizard page, in Mining structure name, type Sequence Clustering.
In Mining model name, type Sequence Clustering, and then click Finish.
Data Mining Designer opens to display the Sequence Clustering mining structure you just created.
Processing the Mining Model
You do not have to make any changes to the mining model structure or mining model in Data Mining Designer before you process the sequence clustering model.
For More Information
Processing Data Mining Objects
To process the mining model
On the Mining Model menu of Business Intelligence Development Studio, select Process Mining Structure and All Models.
The Process Mining Structure - Sequence Clustering dialog box opens.
Click Run.
The Process Progress dialog box opens to display information about model processing. Model processing might take some time, depending on your computer.
After processing is complete, click Close in the Process Progress and Process Mining Structure - Sequence Clustering dialog boxes.
Next Task in Lesson
Exploring the Sequence Clustering Models (Data Mining Tutorial)
Change History
Release | History |
---|---|
17 November 2008 |
|