Computer Science, asked by Mousaeed6469, 1 year ago

What is the R function to apply hierarchical clustering to a matrix of distance objects ?

Answers

Answered by bhasinanshp9dlfy
5

Hierarchical cluster analysis on a set of dissimilarities and methods for analyzing it.

Usage

hclust(d, method = "complete", members = NULL)

## S3 method for class 'hclust'

plot(x, labels = NULL, hang = 0.1, check = TRUE,

    axes = TRUE, frame.plot = FALSE, ann = TRUE,

    main = "Cluster Dendrogram",

    sub = NULL, xlab = NULL, ylab = "Height", ...)

Answered by rajasekharright
6

hclust()................

Similar questions