ECLAT

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:10 PM on 5/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

40 Terms

1
New cards

An unsupervised machine learning model used for Association Rule Learning and Frequent Itemset Mining that uses a vertical data format and Depth-First Search strategy.

a) ECLAT Algorithm b) Apriori Algorithm c) FP-Growth Algorithm d) K-Means Clustering

a
2
New cards

The data format where each row represents a unique Transaction ID (TID) and columns contain the items purchased.

a) Vertical Data Format b) Horizontal Data Format c) Matrix Data Format d) Longitudinal Data Format

b
3
New cards

The data format where each row represents a unique item and the column contains a list of all TIDs in which that item appears.

a) Horizontal Data Format b) Matrix Data Format c) Vertical Data Format d) Longitudinal Data Format

c
4
New cards

The list of all Transaction IDs in which a specific item appears is called a:

a) Itemset list b) Support vector c) TID-set d) Frequency array

c
5
New cards

The search strategy used by ECLAT to find frequent combinations once the dataset is in vertical format.

a) Breadth-First Search (BFS) b) Best-First Search c) Depth-First Search (DFS) d) A* Search

c
6
New cards

The search strategy used by the traditional Apriori algorithm, which ECLAT differs from.

a) Depth-First Search (DFS) b) Uniform Cost Search c) Breadth-First Search (BFS) d) Greedy Search

c
7
New cards

The primary metric used in ECLAT to filter out infrequent combinations, measuring the absolute frequency or proportion of transactions containing a specific itemset.

a) Confidence b) Lift c) Support d) Conviction

c
8
New cards

The formula for Support is Frequency(X) divided by:

a) Total items b) N (total number of transactions) c) Number of frequent itemsets d) Minimum support threshold

b
9
New cards

The core mathematical operation in ECLAT, used to find the transactions containing multiple items simultaneously.

a) Set union b) Set difference c) Cartesian product d) Set intersection

d
10
New cards

The TID-set intersection for items A and B is mathematically expressed as:

a) TID(A) ∪ TID(B) b) TID(A) ∩ TID(B) c) TID(A) × TID(B) d) TID(A) − TID(B)

b
11
New cards

The frequency of the itemset {A ∪ B} is calculated as:
a) |TID(A) ∪ TID(B)|
b) |TID(A) ∩ TID(B)|
c) |TID(A)| + |TID(B)|
d) |TID(A)| × |TID(B)|

b

12
New cards

In the horizontal example provided, the items in Transaction T1 are:

a) {Apple, Bread} b) {Bread, Milk} c) {Apple, Bread, Milk} d) {Apple, Milk}

c
13
New cards

In the vertical example provided, the TID-set for Apple is:

a) {T1, T2, T3} b) {T1, T3} c) {T1, T2} d) {T2, T3}

c
14
New cards

In the vertical example provided, the TID-set for Bread is:

a) {T1, T2} b) {T2, T3} c) {T1, T2, T3} d) {T1, T3}

c
15
New cards

In the vertical example, the intersection of TID(Apple) and TID(Bread) is:

a) {T1, T3} b) {T1, T2} c) {T2, T3} d) {T1, T2, T3}

b
16
New cards

The size of the intersected set for {Apple, Bread} represents how many times the itemset appears, which is:

a) 1 b) 3 c) 2 d) 4

c
17
New cards

The event or condition that logically precedes another in an "if-then" rule, representing the initial item a customer puts in their basket.

a) Consequent b) Support c) Antecedent d) Confidence

c
18
New cards

The outcome that follows as a direct result of a prior action, representing the "then" portion of an association rule.

a) Antecedent b) Support c) Consequent d) Lift

c
19
New cards

The metric that represents the conditional probability of a rule, measuring how often the consequent is purchased given the antecedent is already in the transaction.

a) Support b) Lift c) Frequency d) Confidence

d
20
New cards

The metric that measures the predictive strength of an association rule over random chance, calculating how much more likely a customer is to buy the consequent when they buy the antecedent.

a) Support b) Confidence c) Lift d) Frequency

c
21
New cards

According to the lesson objectives, students should be able to differentiate between horizontal and vertical data formats in:

a) File systems b) Programming languages c) Database structures d) Operating systems

c
22
New cards

The ECLAT algorithm is mathematically grounded in set theory and the calculation of:

a) Confidence b) Lift c) Support d) Entropy

c
23
New cards
ECLAT stands for Equivalence Class Transformation.
True
24
New cards
ECLAT uses a horizontal data format and a Breadth-First Search strategy, similar to the Apriori algorithm.
False
25
New cards
In the vertical data format, each row represents a unique item and the column contains a list of all the TIDs in which that item appears.
True
26
New cards
ECLAT uses set union to find the transactions containing multiple items simultaneously.
False
27
New cards
The Support formula is Support(X) = Frequency(X) / N, where N is the total number of items in the database.
False
28
New cards
ECLAT scans the original horizontal database multiple times during the mining process.
False
29
New cards
One advantage of ECLAT is that it avoids the massive combinatorial explosion of candidate sets that occurs in Breadth-First Search algorithms.
True
30
New cards
ECLAT natively calculates Confidence and Lift to generate "If-Then" association rules.
False
31
New cards
A limitation of ECLAT is that intersecting massive TID-sets in dense datasets can consume a large amount of RAM.
True
32
New cards
An antecedent is the "then" portion of an association rule.
False
33
New cards
Lift measures the conditional probability of a rule.
False
34
New cards
One application of ECLAT listed is Web Usage Mining, where web administrators analyze clickstream logs.
True
35
New cards
In the set intersection example, the intersection of TID(Apple) = {T1, T2} and TID(Bread) = {T1, T2, T3} yields {T1, T2, T3}.
False
36
New cards
The ECLAT algorithm continues building larger itemsets recursively until the frequency falls below a predefined minimum threshold.
True
37
New cards
One advantage of ECLAT is that it requires only a single database scan.
True
38
New cards
A limitation of ECLAT is the lack of native rule generation.
True
39
New cards
In Market Basket Analysis, ECLAT helps retailers discover products frequently bought separately.
False
40
New cards
In Medical Diagnosis Clustering, patients are treated as transactions and symptoms as items.
True