Skip to content

lulu-meng/AssociationAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

AssociationAnalysis

python version 3.6.

This code has a main function where the user can find example command to read data from a provided file path into a variable database, call apriori algorithm to generate list of all frequent itemsets with a given minimum support, and call rule generation algorithm to generate list of all confident rules with a given minimum confidence. Following from these three example commands in the main function, the user can find a gen_task_2 function where all template outputs required for task 2 of this homework are included. After that, the user can find some commented examples of how to call each of the 3 templates with some restrictions on discovering rules. To try out some different rule restrictions on specific templates, user can uncomment the corresponding commands and modify the arguments.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages