Question
What does an FP-tree node store?
Select an option. Your answer will be checked instantly.
Correct Answer: A. An item label, a count, and links within the tree structure
Explanation:
The count records how many transactions share the represented prefix.
Links connect nodes to parents, children, and same-item occurrences.
Leave a Reply