Machine Learning_Unit 3
Machine Learning_Unit 3
o Step-1: Create each data point as a single cluster. Let's say there
are N data points, so the number of clusters will also be N.
o Step-2: Take two closest data points or clusters and merge them to
form one cluster. So, there will now be N-1 clusters.
o Step-3: Again, take the two closest clusters and merge them
together to form one cluster. There will be N-2 clusters.
o Step-4: Repeat Step 3 until only one cluster left. So, we will get the
following clusters. Consider the below images:
o Step-5: Once all the clusters are combined into one big cluster,
develop the dendrogram to divide the clusters as per the problem.
Concept of Itemset
Association Rules
· An association rule is a fundamental concept in data mining that reveals
how items within a dataset are connected. It’s a directive that suggests a
strong, potentially useful relationship between two sets of items.