Skip to content

nikhil-iyer-97/fp-tree-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fp-tree-implementation

This project is aimed at discovering association rules present in large datasets by using an FP Growth algorithm to extract frequent itemsets. The dataset is a collection of data about female patients at least 21 years old of Pima Indian heritage. There are 9 attributes and the algorithm is applied to generate frequent itemsets and their corresponding associative rules.

Code:

DM2.cpp

Input file:

input.txt

Link for actual dataset:

https://archive.ics.uci.edu/ml/datasets/Pima+Indians+Diabetes

About

Association rule generation using FP Growth algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages