Subscribe By Email
|
Subscribe By RSS Feed
How do you use the Sequence Clustering Algorithm in SQL Server 2005 (Yukon) Analysis Services?
-
12-20-2004, 19:11 |
-
Kingsley Tagbo
-
-
-
Joined on 10-19-2002
-
Saint Louis, Missouri
-
Diamond Member
-
-
|
How do you use the Sequence Clustering Algorithm in SQL Server 2005 (Yukon) Analysis Services?
Question: | | How do you use the Sequence Clustering Algorithm in SQL Server 2005 (Yukon) Analysis Services?
| | Answer: | | Sequence clustering is a hybrid algorithm between clustering and sequence.
In order to use Sequence Clustering, you need to have two tables:
(1.) A case table containing at least a case id
(2.) A nested table containing at least three columns: a. case id(foreign key, do not include in the mining structure) b. sequence id (key) c. sequence state (input/predict).
In SQL Server 2005 Beta 2 CD, there is an AS sample project,which includes a model for sequence clustering on Adventure works.
| | Resource(s): | | |
|
|