Looking for the Generalised sequential pattern algorithm code in JAVA.
I saw earlier posts regarding this and WEKA was mentioned. After using the WEKA API I see that this algorithm doesn't show in WEKA.Associations
Is it because of the version?
there is a WEKA.associator.generalisedsequentialpattern which existed
http://weka.wikispaces.com/GeneralizedSequentialPatterns
Could some one tell me how to find the GSP algorithm JAVA code in WEKA or in another place?
I found the solution. In the older releases of WEKA around the period 2007 the GSP algorithm is implemented. In the newer versions it's removed primarily cause it's an old and inefficient compared to the newer algorithms.