The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
I worked with this parameter in other algorithms but not directly in GSP, but I think that the windows size parameter of GSP is equivalent in this case.
Best,
César
I implemented the maxspan in python using the Clospan algorithm, not the GSP, but as mentioned this blog
http://simpledatamining.blogspot.com/2015/03/generalized-sequential-pattern-gsp.html
" Window sizes limit the span of time when transactions are deemed to support a sequence. (e.g. I only want buying patterns for pregnant women during a 9 month window)"
best,
Cesar