Question: Problem 2 : Clustering Problem Input: a set of n objects C = { c 1 , c 2 , . . . , cn
Problem : Clustering Problem
Input: a set of n objects C c c cn Distances or differences between any two
objects are D dci
cj ij in n
An integer k
Output: Group n objects into exactly k groups that maximizes the grouping distance. The
grouping distance is defined as the minimum distance among the pairwise distances between
any two objects from different groups.
Instance: given objects C a b c d e distances D and k
D
a b c d e
a
b
c
d
e
Answer example, our solution is to form groups: ab cd e and the grouping distance is
minda b da c da d da e db d db e dc d dc e min
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
