Question: Consider the following sequential database: { a ( bc ) d ( e ) f , b ( ac ) d ( f ) g

Consider the following sequential database: {a(bc)d(e)f,b(ac)d(f)g,(ab)c(d)fb,e(a)fcb}. Sup- pose we are interested in finding frequent sequential patterns with a minimum support count of 2, but only those patterns where the items are all distinct (no item repeats within the pattern).
1. List all frequent length-2 sequential patterns that satisfy the distinct item constraint.
2. Using the PrefixSpan algorithm, find all frequent length-3 sequential patterns that
start with item c and satisfy the distinct item constraint.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!