Which of the following data mining algorithms is used for association rule…
2018
Which of the following data mining algorithms is used for association rule mining?
- A.
Decision tree
- B.
Naïve Bayes
- C.
Apriori
- D.
k-means
Show answer & explanation
Correct answer: C
The correct algorithm for association rule mining is Apriori. This method discovers frequent itemsets and generates rules from transactional data. In contrast, Decision trees and Naïve Bayes are classification algorithms, while k-means is used for clustering.