Description
Current `PrefixSpan` implementation contains some major issues:
1. We should expand the prefix by one item at a time instead of by one itemset.
2. Some set operations should be changed to array operations, which should be more efficient.
Attachments
Issue Links
- relates to
-
SPARK-6487 Add sequential pattern mining algorithm PrefixSpan to Spark MLlib
- Resolved
- links to