Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-11585

AssociationRules should generates all association rules with consequents of arbitrary length

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • ML, MLlib
    • None

    Description

      AssociationRules should generates all association rules with consequents of arbitrary length, no just rules which have a single item as the consequent.

      Such as:
      39 804 ==> 413 743 819 #SUP: 1023 #CONF: 0.70117
      39 743 ==> 413 804 819 #SUP: 1023 #CONF: 0.93939
      39 413 ==> 743 804 819 #SUP: 1023 #CONF: 0.6007
      819 ==> 39 413 743 804 #SUP: 1023 #CONF: 0.15418
      804 ==> 39 413 743 819 #SUP: 1023 #CONF: 0.12997
      743 ==> 39 413 804 819 #SUP: 1023 #CONF: 0.7276
      39 ==> 413 743 804 819 #SUP: 1023 #CONF: 0.12874
      ...

      Attachments

        1. rule-generation.pdf
          183 kB
          Ruifeng Zheng

        Activity

          People

            Unassigned Unassigned
            podongfeng Ruifeng Zheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: