fp_growth 1.0.0 copy "fp_growth: ^1.0.0" to clipboard
fp_growth: ^1.0.0 copied to clipboard

A high-performance Dart implementation of the FP-Growth algorithm for frequent pattern mining and association rule learning. Features advanced metrics, a command-line interface, and CSV support.

1.0.0 #

  • Initial release of the fp_growth package.
  • Implemented the full FP-Growth algorithm for frequent itemset mining.
  • Added association rule generation with Support, Confidence, and Lift metrics.
  • Introduced internal integer-item mapping for improved performance.
  • Implemented single-path optimization in recursive mining.
  • Added a CSV data adapter for loading transaction datasets.
  • Developed a Command-Line Interface (CLI) for effortless dataset analysis.
  • Integrated a flexible and extensible logging system.
  • Refactored and reorganized the project structure for better maintainability.
  • Enhanced association rules with additional metrics: Leverage and Conviction.
4
likes
0
points
269
downloads

Publisher

unverified uploader

Weekly Downloads

A high-performance Dart implementation of the FP-Growth algorithm for frequent pattern mining and association rule learning. Features advanced metrics, a command-line interface, and CSV support.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, collection, csv

More

Packages that depend on fp_growth