Skip to content
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

[FLINK-32733] Add AlgoOperator for FPGrowth #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vacaly
Copy link
Contributor

@vacaly vacaly commented Aug 3, 2023

What is the purpose of the change

Add AlgoOperator for FPGrowth.

FPGrowth is an algorithm for frequent pattern mining. Spark MLlib also provides this algorithm. FP growth algorithm represents the database in the form of a tree called a frequent pattern tree or FP tree.

[1] Han et al., Mining frequent patterns without candidate generation
[2] Li et al., PFP Parallel FP-growth for query recommendation
[3] Borgelt C. An Implementation of the FP-growth Algorithm

Brief change log

  • Adds AlgoOperator implementation of FPGrowth in Java and Python
  • Adds examples and documentations of FPGrowth
  • Add keyedAggregate to DataStreamUtils.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changed class annotated with @Public(Evolving): no

Documentation

  • Does this pull request introduce a new feature? yes
  • If yes, how is the feature documented? docs / JavaDocs

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.

1 participant