Search found 4 matches

by alevern
Thu Nov 23, 2023 9:18 am
Forum: The SPMF software
Topic: SPMF Implementation of VMSP
Replies: 5
Views: 9882

Re: SPMF Implementation of VMSP

By the way, I've released the JS implementation of VMSP I was working on => https://www.npmjs.com/package/@smartesting/vmsp Feel free to experiment with it, any feedback is welcome. I am currently adding a feature to allow for mining closed patterns instead. I'll just have to change VMSP's meaning f...
by alevern
Wed Jan 11, 2023 7:54 am
Forum: The SPMF software
Topic: SPMF Implementation of VMSP
Replies: 5
Views: 9882

Re: SPMF Implementation of VMSP

Great! Glad I could help. Thank you for the fast answers.
by alevern
Tue Jan 10, 2023 10:00 am
Forum: The SPMF software
Topic: SPMF Implementation of VMSP
Replies: 5
Views: 9882

Re: SPMF Implementation of VMSP

Thank you for the crystal clear, detailed explanations. I understand why we would compare the support of the potential containee and container patterns, if maxgap is not set. But can we still have this optimization when maxgap is set? Given the two patterns I previously cited (obtained with maxgap =...
by alevern
Mon Jan 09, 2023 2:59 pm
Forum: The SPMF software
Topic: SPMF Implementation of VMSP
Replies: 5
Views: 9882

SPMF Implementation of VMSP

Hi all, I have been implementing VMSP in typescript for the past few days (I'd like to thank the authors for creating and implementing this algorithm in SPMF), and I have a question regarding how it was implemented in Java. When saving a pattern p , the condition to decide whether another pattern pP...