Quiz 91.You want to cluster this data into 2 clusters. Which of these algorithms would work well?a.BFRb.K-Meansc.CUREd.CURE and BFR
2.Suppose we want to assign points to one of two cluster centroids, either (0, 0) or (30, 20).For this problem, you should work out the conditions under which a point will beclustered with the centroid (0, 0) when the L2 norm (Euclidean Distance) is used. Identifyone of those points from the list below.
Get answer to your question and much more
3.Suppose our data set consists of the perfect squares 1, 4, 9, 16, 25, 36, 49, 64, which arepoints in one dimension. Perform a hierarchical clustering on these points, as follows.Initially, each point is in a cluster by itself. At each step, merge the two clusters with theclosest centroids, and continue until only two clusters remain. Which of the following isthe centroid of a cluster that exists at some time during this process? Positions arerepresented to the nearest 0.1
Get answer to your question and much more