I want to use some algorithms to mine my log data.
I found a pattern mining framework on: http://www.philippe-fournier-viger.com/spmf/index.php?link=algorithms.php
I have tried several algorithms, the BIDE+ algorithm performs the best.
The BIDE+ algorithm is for mining frequent closed sequential patterns from a sequence database.
Can someone explain the definition about "closed" sequential patterns and open ones?