Implementation of a fast vertical algorithm for mining contiguous patterns based on user-defined length

Hi guys,

I developed a fast vertical pattern mining algorithm for mining contiguous patterns. It has one main parameter for accepting desired length of patterns to mine. It has a secondary parameter that shifts the start position of the sequence before mining patterns.

I call it LFCS.

Looking forward to your reviews and feedback.

Cheers!

2 Likes

Great app.

Your app would definitely benefit from providing an example csv file, just for demonstration purposes. Maybe just a download button with an example.csv file.

1 Like

Agreed, can you please provide an example csv, @arhvel?

Thank you @MaxMnemo and @chris_klose for your comments and recommendation.

Here is an example file:

|ID|Sequence|
|1|CAABCA|
|2|ABCB|
|3|CABC|
|4|ABBCA|

I hope this help a lot.

1 Like