+1 vote
in Clustering - The Data Ensemble by
recategorized by
What is the R function to apply hierarchical clustering to a matrix of distance objects ?

Select the correct answer from below

a) hclust()

b) None of the Options

c) hierarchical()

d) cluster()

1 Answer

0 votes
by
edited by

hclust() is the R function to apply hierarchical clustering to a matrix of distance objects

...