language-icon Old Web
English
Sign In

GSP Algorithm

GSP algorithm (Generalized Sequential Pattern algorithm) is an algorithm used for sequence mining. The algorithms for solving sequence mining problems are mostly based on the a priori (level-wise) algorithm. One way to use the level-wise paradigm is to first discover all the frequent items in a level-wise fashion. It simply means counting the occurrences of all singleton elements in the database. Then, the transactions are filtered by removing the non-frequent items. At the end of this step, each transaction consists of only the frequent elements it originally contained. This modified database becomes an input to the GSP algorithm. This process requires one pass over the whole database.The above algorithm looks like the Apriori algorithm. One main difference is however the generation of candidate sets. Let us assume that:

[ "Apriori algorithm", "FSA-Red Algorithm" ]
Parent Topic
Child Topic
    No Parent Topic