Github user mengxr commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11263#discussion_r54164424
  
    --- Diff: 
mllib/src/main/scala/org/apache/spark/mllib/fpm/AssociationRules.scala ---
    @@ -88,6 +110,204 @@ class AssociationRules private[fpm] (
         val tag = fakeClassTag[Item]
         run(freqItemsets.rdd)(tag)
       }
    +
    +  /**
    +   * Computes the union seq.
    +   *
    +   * @param freqItemIndices Frequent Items with Integer Indices.
    +   * @param minConfidence   minConfidence.
    +   * @param maxConsequent   maxConsequent.
    +   * @return an ordered union Seq of s1 and s2.
    +   *
    +   */
    +  @Since("2.0.0")
    +  private def genRules(freqItemIndices: RDD[(Seq[Int], Long)],
    --- End diff --
    
    chop down arguments and use 4-space indentation. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to