What is meant by hierarchical Clustering in R?



What is meant by hierarchical Clustering in R?..

Answer / Vibha Sharma

Hierarchical clustering in R is a method of cluster analysis that creates a hierarchy of clusters, where each level represents a different grouping of data points. It is based on the idea of recursively splitting or merging groups until all data points are in their own cluster.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

Explain main features to write R code that runs faster?

1 Answers  


Explain how R commands are written?

1 Answers  


Give the command to check if the element 15 is present in vector x?

1 Answers  


What are useful s3 method functions?

1 Answers  


What is the difference between library() and require() functions in r language?

1 Answers  


What is the apply() family in r?

1 Answers  


Explain about “initialize()” function in r?

1 Answers  


How to remove all the objects?

1 Answers  


What is expected from running the command – strsplit(x,”e”)?

1 Answers  


Explain how to operate on lists in r?

1 Answers  


What are the different data structures in r?

1 Answers  


What is iPlots?

1 Answers  


Categories