Test your knowledge about pattern mining!

Today, I publish a small quiz to test your knowledge about pattern mining. There are 10 questions, which are then followed by the answers. Those questions are not very hard 😉 How many can you get right?

Questions

  1. What is the goal of pattern mining?
  2. What is the difference between frequent pattern mining and sequential pattern mining?
  3. What is the Apriori algorithm used for?
  4. What is the difference between association rule mining and correlation analysis?
  5. What is the minimum support threshold in frequent pattern mining?
  6. What is the minimum confidence threshold in association rule mining?
  7. What is a closed pattern?
  8. What is the difference between itemset mining and sequence mining?
  9. What is the difference between vertical data format and horizontal data format in itemset mining?
  10. What is the difference between objective measures and subjective measures in pattern evaluation?

Answers

  1. The goal of pattern mining is to discover interesting, previously unknown patterns from large datasets.
  2. Frequent pattern mining focuses on finding frequently occurring patterns within a dataset, while sequential pattern mining focuses on finding frequently occurring patterns where the order of items matters.
  3. The Apriori algorithm is used for frequent itemset mining.
  4. Association rule mining focuses on finding relationships between items within a dataset, while correlation analysis focuses on finding relationships between variables within a dataset.
  5. The minimum support threshold in frequent pattern mining is the minimum number of times a pattern must occur within a dataset to be considered frequent.
  6. The minimum confidence threshold in association rule mining is the minimum probability that an item will appear in a transaction given that another item appears in that transaction.
  7. Closed patterns are patterns that cannot be extended by adding more items without decreasing their support. Some related concepts are generator patterns and maximal patterns.
  8. Itemset mining focuses on finding sets of items that frequently occur together within a dataset, while sequence mining focuses on finding sequences of items that frequently occur together within a dataset.
  9. In itemset mining, the vertical data format stores data as a list of transactions, where each transaction (record) contains a list of items, while horizontal data format stores data as a list of items, where each item contains a list of transactions in which it appears.
  10. Objective measures evaluate patterns based on statistical properties of the data, while subjective measures evaluate patterns based on their usefulness or interestingness to the user.

Tell me how many questions you answered right in the comment section below!

—
Philippe Fournier-Viger is a professor of Computer Science and also the founder of the open-source data mining software SPMF, offering more than 250 data mining algorithms.

This entry was posted in Pattern Mining and tagged , , , . Bookmark the permalink.

3 Responses to Test your knowledge about pattern mining!

  1. Fiona Gregory says:

    I only got two…

  2. Mohamed says:

    Pardon me. But I think the answer number 9 is not true. I believe it is the opposite. Please correct me if I am wrong.

Leave a Reply

Your email address will not be published. Required fields are marked *