Description
In SPARK-6487, we only support Int type. It requires users to encode other types into integer to use PrefixSpan. We should be able to do this inside PrefixSpan, similar to FPGrowth. This should be done before 1.5 since it changes APIs.
Attachments
Issue Links
- blocks
-
SPARK-9527 PrefixSpan.run should return a PrefixSpanModel instead of an RDD and it should be Java-friendly
- Resolved
- is blocked by
-
SPARK-8999 Support non-temporal sequence in PrefixSpan
- Resolved
- links to