Differentiate between k-means clustering and hierarchical clustering?
Answer / Satyapal Singh
K-means clustering is a type of hard clustering that aims to find K distinct groups where each data point belongs exclusively to one group. Hierarchical clustering, on the other hand, creates a hierarchy of clusters by merging or splitting them. It can be either agglomerative (bottom-up) or divisive (top-down).
| Is This Answer Correct ? | 0 Yes | 0 No |
how can you add datasets in r?
Explain the significance of transpose in r language
Name various sectors that are using R?
What is a variable assignment?
What is vectorization in r?
Explain different types of atomic vectors in R?
What is a motivation behind data visualization in R?
Explain what is with () and by () function in r is used for?
What is the difference between a bar-chart and a histogram?
What are the data types in r on which binary operators can be applied?
What packages are used for data mining in r?
How would you create a box-plot using “plotly”?