Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22236#discussion_r212941261
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/fpm/AssociationRules.scala ---
@@ -107,7 +124,8 @@ object AssociationRules {
@Since("1.5.0") val antecedent: Array[Item],
@Since("1.5.0") val consequent: Array[Item],
freqUnion: Double,
- freqAntecedent: Double) extends Serializable {
+ freqAntecedent: Double,
+ freqConsequent: Option[Long]) extends Serializable {
--- End diff --
now we do, but for existing application using old methods it may not be
available.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]