You are on page 1of 1

Index

Content page no.


1) Project Description 1
1.1Objective of project 1
1.2 Key concept 2
1.3 association rule mining 3
1.4 Problem statement 4
1.5 Apriori algorithm 5
1.5.1 Generating Frequent Itemset(FI) 6
1.5.2 Generating Association rule from FI 6
1.6 psueducode of algorithm 7
1.7 Example of Apriori algorithm 8
1.8 Advantages and Disadvantages of Apriori algorithm 10
1.9 Variations of the Apriori algorithm 11
2) Analysis 12
2.1 Requirement gathering 12
2.2 Software Requirement 12
2.3 Hardware Requirement 12
2.4 Software model applied 13
2.5 Software Development life cycle(SDLC) 15
2.6 Time Schedule & cost 17
7.1 Time Schedule 17
7.2CostEstimation 18
3) Design 21
3.1 Input requirement 21
3.2 Data flow diagram 22
3.2.1 0Level DFD 22
3.2.2 1Level DFD 22
3.3 Control flow diagram 23
3.4 System flow diagram 24
3.5 Flow chart of Algorithm 25
4) Implementation 26
4.1 .Net platform 26
4.2 Used Namespace 27
4.3 Used Classes 28
4.4 Used method 30
4.5 Apriori algorithm 31
4.5.1 Key term of algorithm 31
4.5.2 Algorithm Pseudocode 31
4.6 Input & Output screen 32
5) Coding 51
6) Testing 56
8) Conclusion 58
9) Reference 59

You might also like