The Data Mining Forum
This forum is about
data mining,
data science and
big data: algorithms, source code, datasets, implementations, optimizations, etc. You are welcome to post call for papers, data mining job ads, link to source code of data mining algorithms or anything else related to data mining. The forum is hosted by
P. Fournier-Viger.
No registration is required to use this forum!.
sequential pattern mining with temporary constraint
Posted by:
azerty
Date: October 07, 2019 06:14AM
Hello,
is there a program for equential pattern mining processing with temporary constraint (winSize, maxgap and mingap),
I searched on the internet but without result! it's urgent
greetings.
Edited 1 time(s). Last edit at 10/29/2019 07:11AM by webmasterphilfv.
Re: equential pattern mining with temporary constraint
Date: October 08, 2019 08:41PM
Hi,
You could look at the Hirate & Yamana and FournierViger08 algorithm in SPMF to see if it does what you need. There are not many algorithms for sequential pattern mining with time. So it is also possible that there is no algorithm to do exactly what you are looking for.
Best regards
Re: equential pattern mining with temporary constraint
Posted by:
azerty azerty
Date: October 17, 2019 02:04AM
Hello,
thank you for your reply ,
it is true I implemented the Hirate & Yamana model and it gave me an acceptable result, but if it is possible I want to try again with the GSP algorithm. the problem is that GSP published in this site does not take tomporary constraints !?
or I can find the original GSP algorithm that can support temporary constraints
greetings.
Re: equential pattern mining with temporary constraint
Date: October 23, 2019 06:33AM
Hi again,
Yes, that is correct. The implementation of GSP that was contributed to SPMF does not have the feature of adding constraints, unlike the original paper.
I don't know of any other implementations of GSP that would have these constraints.
Best regards,
Philippe