Question
What data structure can accelerate support counting for Apriori candidates?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A hash tree
Explanation:
Hash trees organize candidates into buckets for efficient matching.
Transactions can be mapped to relevant candidate subsets during scans.
Leave a Reply