Skip to content

Thiago-Viotto/Association-Rules-Project-IC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Software to calculate association rules

20191115_105946

About

  • System developed in Java that consists of Weka API to display association rules.
  • Association rules are if-then statements that help to show the probability of relationships between data items within large data sets in various types of databases. Association rule mining has a number of applications and is widely used to help discover sales correlations in transactional data or in medical data sets.
  • In this system, the user can choose a file to calculate the best membership rules within minutes.
  • The Weka API uses the apriori algorithm. Apriori is an algorithm for frequent item set mining and association rule learning over relational databases. It proceeds by identifying the frequent individual items in the database and extending them to larger and larger item sets as long as those item sets appear sufficiently often in the database. The frequent item sets determined by Apriori can be used to determine association rules which highlight general trends in the database: this has applications in domains such as market basket analysis.
  • Developed in 2018 for scientific initiation.

Tools

  • Java
  • Swing
  • Weka API

My data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages