Page 1 of 1

Modify Prefixspan for video game data?

Posted: Sun May 08, 2022 10:03 am
by gmc
would it be possible to modify Prefixspan to analyse video game data? For exemple, it we take chess as exemple, chess moves could be items. would it be useful or difficult to do?

Re: Modify Prefixspan for video game data?

Posted: Mon May 16, 2022 12:48 am
by Alva
I think that the input of prefixspan is strings or sequences of events. If the game data can be encoded in that format of event list or sequence, then I think that an algorithm like prefixspan could be utilized. If you have plan to make it happen, then please let me know. Maybe we could collaborate on that topic. I have an interest on video games.

Re: Modify Prefixspan for video game data?

Posted: Wed May 18, 2022 3:47 am
by gmc
Unrelated to the topic, I found that the Java implementation of PrefixSpan in SPMF is really fast when I did some experiments a few months ago. I think it must have took quite many optimizations. I hope I can write the good code like that. I will roll up my sleeves and work harder :D