Skip to content

huanghai21/Apriori-Miner-Association-Rules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Apriori-Miner-Association-Rules

For this project we will extract association rules from an interesting data set of your choice. Therefore, project will consist of two main components:

(1) defining your data set of choice
(2) implementing the a-priori algorithm for finding association rules.

Data Set Definition - For this project, we will use the official New York City data sets that are available at the NYC Open Data site, at https://data.cityofnewyork.us/. We can access the data sets at https://data.cityofnewyork.us/browse?limitTo=datasets. There is a wide variety of data sets, and an important part of this project is that you explore these data sets and pick one or more for use in the project.

About

This project implements A-priori algorithm based on NYC Open Data Set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.0%
  • Makefile 13.0%