You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Joseph K. Bradley (JIRA)" <ji...@apache.org> on 2015/10/08 00:33:27 UTC

[jira] [Updated] (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 ]

Joseph K. Bradley updated SPARK-10919:
--------------------------------------
    Summary: Association rules class should return the support of each rule  (was: Assosiation rules class should return the support of each rule)

> 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
>   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
(v6.3.4#6332)

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