C# Implementation of Apriori Algorithm Using Association Rules
- Download the demo.txt transaction file.
- Run the application
- Load the demo.txt file into the application
- Change the support level using the slider.
Data mining extracts hidden predictive information from large databases. It is a powerful new technology with great potential to help companies focus on the most important information in their data warehouses. This tool will generate all combination using Association Rules, confidance and support for each rule. Changing the support level will change the level generate each time.