Xiangrui Meng created SPARK-8998:
------------------------------------

             Summary: Collect enough frequent prefixes before projection in 
PrefixSpan
                 Key: SPARK-8998
                 URL: https://issues.apache.org/jira/browse/SPARK-8998
             Project: Spark
          Issue Type: Improvement
          Components: MLlib
    Affects Versions: 1.5.0
            Reporter: Xiangrui Meng
            Assignee: Zhang JiaJin


The implementation in SPARK-6487 might have scalability issues when the number 
of frequent items is very small. In this case, we can generate candidate sets 
of higher orders using Apriori-like algorithms and count them, until we collect 
enough prefixes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to