FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

DATA WAREHOUSING AND DATA MINING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What do you mean by support(A)?
A
Total number of transactions containing A
B
Total Number of transactions not containing A
C
Number of transactions containing A / Total number of transactions
D
Number of transactions not containing A / Total number of transactions
Explanation: 

Detailed explanation-1: -1) Correct answer is option(a): Number of transactions containing A/ total number of transactions. Support in data mining means how frequently an item appears in a data.

Detailed explanation-2: -The support of an association rule is the percentage of groups that contain all of the items listed in that association rule. The percentage value is calculated from among all the groups that were considered.

Detailed explanation-3: -The Apriori algorithm is used for mining frequent itemsets and devising association rules from a transactional database. The parameters “support” and “confidence” are used. Support refers to items’ frequency of occurrence; confidence is a conditional probability. Items in a transaction form an item set.

Detailed explanation-4: -Support refers to how often a given rule appears in the database being mined. Confidence refers to the amount of times a given rule turns out to be true in practice. A rule may show a strong correlation in a data set because it appears very often but may occur far less when applied.

Detailed explanation-5: -Support = (X+Y) total – It is interpreted as fraction of transactions that contain both X and Y.

There is 1 question to complete.