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 |
Why is R Important?
Explain different types of objects present in R?
Why the function anova()?
Explain the programming features of R?
What is compiler in r?
What is a random forest? How do you build and evaluate a random forest in r?
Explain an extended example of connections?
Which packages are used to store and restore R objects to and from a file in R language?
What is the use of stringr package. Give some examples of the functions in stringr.
Give examples of “select” and “filter” functions from “dplyr” package.
How can you import data in r?
What are the different data structures in r?