Movatterモバイル変換


[0]ホーム

URL:


visxhclust1.1.0

Compute clusters hierarchically from distance matrix

Source:R/utils_clustering.R
compute_clusters.Rd

Compute clusters hierarchically from distance matrix

compute_clusters(dmat,linkage_method)

Arguments

dmat

a distance matrix

linkage_method

a linkage method supported byfastcluster::hclust()

Value

clusters computed byfastcluster::hclust()

Examples

dmat<-compute_dmat(iris,"euclidean",TRUE,c("Petal.Length","Sepal.Length"))res<-compute_clusters(dmat,"complete")

[8]ページ先頭

©2009-2025 Movatter.jp