Skip to content

Our transaction database is a set of reviewers from Amazon.com. Specifically, reviewer ids are our items. The transaction is a set of reviewer ids. Specifically, all reviewer ids which were used to post a review on that product. The format of the transaction database follows the standard format seen in class. Each line represents a transaction. …

Notifications You must be signed in to change notification settings

arjun1438/K-Frequent-Item-set-Mining

Repository files navigation

Data Mining assignment 1 Documentation:

1. Unzip the DataMiningProject1AprioriNew.zip
2. cd DataMiningProject1Apriori
3. The commands are different for linux and windows platforms which are mentioned below:
	Linux/Mac/Unix: In terminal run
		./gradlew run -PappArgs="['<min sup>','<k>','<input file>','<output file>']"

		./gradlew run -PappArgs="['4','3','/Users/arjunsubramanyamvaralakshmi/dm/transactionDB.txt','outpo.txt']" //provide fully qualified file path(absolute path)

	Windows: In Command prompt run
		gradlew run -PappArgs="['<min sup>','<k>','<input file>','<output file>']"

		ex: gradlew run -PappArgs="['4','3','/Users/arjunsubramanyamvaralakshmi/dm/transactionDB.txt','outpo.txt']"

4. the ouput file will be written to the current directory


	       

About

Our transaction database is a set of reviewers from Amazon.com. Specifically, reviewer ids are our items. The transaction is a set of reviewer ids. Specifically, all reviewer ids which were used to post a review on that product. The format of the transaction database follows the standard format seen in class. Each line represents a transaction. …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages