Sql server - What is Sequence clustering algorithm?

What is Sequence clustering algorithm?

Sequence clustering algorithm collects similar or related paths, sequences of data containing events. The data represents a series of events or transitions between states in a dataset like a series of web clicks. The algorithm will examine all probabilities of transitions and measure the differences, or distances, between all the possible sequences in the data set. This helps it to determine which sequence can be the best for input for clustering.

e.g.Sequence clustering algorithm may help finding the path to store a product of “similar” nature in a retail ware house.

What is Sequence clustering algorithm?

A sequence analysis algorithm, provided by SQL Server Analysis Services. Exploring data containing events can be linked by paths or sequences can be performed by using Sequence clustering algorithm. The most common sequences are found by grouping or clustering by using this algorithm.
Sql server - Explain the concepts and capabilities of data mining
Data mining is used to examine or explore the data using queries. These queries can be fired on the data warehouse.....
Sql server - Explain how to work with the data mining algorithms included in SQL Server data mining
SQL Server data mining offers Data Mining Add-ins for office 2007 that allows discovering the patterns and relationships of the data.....
Sql server - Explain how to use DMX-the data mining query language
Data mining extension is based on the syntax of SQL. It is based on relational concepts and mainly used to create and manage the data mining models......
Post your comment