Skip to content

C# Implementation of Apriori Algorithm Using Association Rules

License

Notifications You must be signed in to change notification settings

mhdbouk-zz/Apriori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apriori - Association Rules

C# Implementation of Apriori Algorithm Using Association Rules

Demo Image

Demo

  1. Download the demo.txt transaction file.
  2. Run the application
  3. Load the demo.txt file into the application
  4. Change the support level using the slider.

Description

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.

About

C# Implementation of Apriori Algorithm Using Association Rules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages