You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:34:17 UTC

[jira] [Resolved] (SPARK-10919) Association rules class should return the support of each rule

     [ https://issues.apache.org/jira/browse/SPARK-10919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-10919.
----------------------------------
    Resolution: Incomplete

> Association rules class should return the support of each rule
> --------------------------------------------------------------
>
>                 Key: SPARK-10919
>                 URL: https://issues.apache.org/jira/browse/SPARK-10919
>             Project: Spark
>          Issue Type: Improvement
>          Components: MLlib
>            Reporter: Tofigh
>            Priority: Minor
>              Labels: bulk-closed
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current implementation of Association rule does not return the frequency of appearance of each rule. This piece of information is essential for implementing functional dependency on top of the AR. In order to return the frequency (support) of each rule,   freqUnion: Double, and  freqAntecedent: Double should be:  val freqUnion: Double, val freqAntecedent: Double



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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