Data Mining

Download Free Data Mining Source Code In C/C++, C#, Visual Basic, Visual Basic.NET, Java,
and other programming languages
Welcome to Data Mining Sign in | Join | Help
in Search

Data Mining Source Code Newsletter

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed

How do you use the Sequence Clustering Algorithm in SQL Server 2005 (Yukon) Analysis Services?

Last post 12-20-2004, 19:11 by Kingsley Tagbo. 0 replies.
Sort Posts: Previous Next
  •  12-20-2004, 19:11 3627

    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):


    http://www.sqlserverdatamining.com



    Sign-up For Data Mining Source Code Newsletter

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed