fp_growth 1.0.0
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.