Abstract: Sequential pattern mining is an important data mining problem with broad application. Most of the previously developed sequential pattern mining methods need to scan the database many times.
Goal: Implement a frequent pattern mining approach that is efficient and scalable for finding frequent patterns of the transaction datasets. The Node class represents a node in the FP-Tree. It ...