195k views
5 votes
K-means clustering is the process of_________.

a. estimating the value of a continuous outcome variable.
b. agglomerating observations into a series of nested groups based on a measure of similarity.
c. reducing the number of variables to consider in data-mining.
d. organizing observations into distinct groups based on a measure of similarity.

User Sam Barnum
by
5.0k points

1 Answer

3 votes

Answer:

Option (b and d) are the correct answer for the above question.

Step-by-step explanation:

K-means clustering is the concept of data mining, in which some observation is portioned on k groups of clusters. Clusters mean a group is made with the help of some similarities. This technique is used in data mining in which a user analyzes the data and gives the real outcomes which can be used for the future.

Options b and d also states that the observation is divided into some groups with the help of some similarities, that's why both are the correct option. while the other is not because--

  • Option a states that it calculate the value of outcomes which does not fit on the concept of K-means cluster.
  • Option c states that it decreases the number of variables which consider for the data mining, which is also not fit on the concept of K-means cluster.

User Mark Morrisson
by
5.6k points