You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input: given a node with two dimensional attributes X and Y
Output: group these nodes into several clusters. The format is X Y ClusterID
Example
Input 2 3 (X=2, Y=3)
Output 2 3 1(X=2 Y=3 ClusterID=1)
There are five test data in the attachments
Each row is a data point with x and y value
Hint:
Test1-3 should be clustered to 4 clusters