Class PrefixSpanEx3

java.lang.Object
com.imsl.test.example.datamining.PrefixSpanEx3

public class PrefixSpanEx3 extends Object

Creates a sequence database from a transaction database.

This example first creates a sequence database from a transaction database for 4 different customers. Then, it uses PrefixSpan to find sequential patterns with a minimum support percentage of 0.75.

See Also:
  • Constructor Details

    • PrefixSpanEx3

      public PrefixSpanEx3()
  • Method Details

    • main

      public static void main(String[] args)