Login
Remember
Register
Ask a Question
What is the R function to apply hierarchical clustering to a matrix of distance objects ?
+1
vote
asked
Feb 3, 2020
in
Clustering - The Data Ensemble
by
MBarbieri
recategorized
May 7, 2022
by
sharadyadav1986
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()
datahandling-questions-answers
clustering-the-data-ensemble
clustering
clustering-algorithm
clustering-in-data-mining
clustering-machine-learning
types-of-clustering
hierarchical-clustering
clustering-supervised
clustering-unsupervised
clustering-mcq
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 3, 2020
by
MBarbieri
edited
May 7, 2022
by
sharadyadav1986
hclust()
is the R function to apply
hierarchical clustering to a matrix
of distance objects
...