cluster using hclust and deepsplit

cp_clusterHClustEuclideanDistDeepslit(x, method = "complete", JK = TRUE)

Arguments

x

matrix with data

method

linkage method (hclust argument)

JK

should jack knife resampling be used (defaul TRUE)

Value

list

  • dendrogram - instance of class dendrogram

  • cluster assignments

  • nrCluster number of clusters

See also