Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/8904#discussion_r40336087
--- Diff:
mllib/src/main/scala/org/apache/spark/mllib/fpm/AssociationRules.scala ---
@@ -142,5 +142,13 @@ object AssociationRules {
def javaConsequent: java.util.List[Item] = {
consequent.toList.asJava
}
+
+ /**
+ * @return [antecedent] => [consequent]: [confidence]
--- End diff --
Sure, I don't feel strongly about it. Wouldn't this argument go for all
return docs though? They're hidden by default for brevity. Maybe important ones
should be put inline in the main doc but `toString` seems pretty minor.
---
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]