Mining frequent items

Mining frequent items

University

5 Qs

quiz-placeholder

Similar activities

Quiz-1_Computer Graphics

Quiz-1_Computer Graphics

University

10 Qs

DSDW

DSDW

University

5 Qs

Sosialisasi Mendeley Biologi UNJA

Sosialisasi Mendeley Biologi UNJA

University

10 Qs

DBMS - Deadlocks

DBMS - Deadlocks

University

10 Qs

Blockchain

Blockchain

5th Grade - Professional Development

10 Qs

DM V UNIT

DM V UNIT

University

10 Qs

Apriori Algorithm Concepts

Apriori Algorithm Concepts

University

10 Qs

11th June 2021 Association & Streaming Data

11th June 2021 Association & Streaming Data

University

2 Qs

Mining frequent items

Mining frequent items

Assessment

Quiz

Computers

University

Hard

Created by

Ms. Dhanalakshmi

Used 27+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What do you mean by support(A)?

Total number of transactions containing A

Total Number of transactions not containing A

Number of transactions containing A / Total number of transactions

Number of transactions not containing A / Total number of transactions

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is direct application of frequent itemset mining?

Social Network Analysis

Market Basket Analysis

Outlier Detection

Intrusion Detection

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Tid Items bought

10 Ball, Nuts, Pen

20 Ball, Coffee, Pen, Nuts

30 Ball, Pen, Eggs

40 Ball, Nuts, Eggs, Milk

50 Nuts, Coffee, Pen, Eggs, Milk

Table 1: Transactions from a database.

Given the transaction in Table 1 and minsup s = 50%, how many frequent 3-itemsets are there?

1

0

2

3

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

If we know the support of itemset {a, b} is 10, which of the following numbers are the possible supports of itemset {a, b, c}?

9

10

11

12

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the effect of reducing min confidence criteria on the same?

Number of association rules remains same

Some association rules will add to the current set of association rules

Some association rules will become invalid while others might become a rule

Can not say