Skip to content

[SPARK-5519][MLLIB] add user guide with example code for fp-growth #4661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

mengxr
Copy link
Contributor

@mengxr mengxr commented Feb 17, 2015

The API is still not very Java-friendly because Array[Item] in freqItemsets is recognized as Object in Java. We might want to define a case class to wrap the return pair to make it Java friendly.

@SparkQA
Copy link

SparkQA commented Feb 17, 2015

Test build #27653 has started for PR 4661 at commit 58ccc25.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Feb 17, 2015

Test build #27653 has finished for PR 4661 at commit 58ccc25.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • public class JavaFPGrowthExample

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27653/
Test PASSed.

@mengxr
Copy link
Contributor Author

mengxr commented Feb 18, 2015

Merged into master and branch-1.3.

@asfgit asfgit closed this in 85e9d09 Feb 18, 2015
asfgit pushed a commit that referenced this pull request Feb 18, 2015
The API is still not very Java-friendly because `Array[Item]` in `freqItemsets` is recognized as `Object` in Java. We might want to define a case class to wrap the return pair to make it Java friendly.

Author: Xiangrui Meng <[email protected]>

Closes #4661 from mengxr/SPARK-5519 and squashes the following commits:

58ccc25 [Xiangrui Meng] add user guide with example code for fp-growth

(cherry picked from commit 85e9d09)
Signed-off-by: Xiangrui Meng <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants