Run clustering method (do not need to specify number of clusters)

clusterMethod(Dist, clmethod, ...)

Arguments

Dist

distance matrix to calculate

clmethod

Method to run for clustering, can be chosen from: apcluster: Affinity propagation clustering, louvian: Louvian algorithm use knn graph, dbscan: Density-based spatial clustering of applications with noise, Dcutree: Adaptive branch pruning of hierarchical clustering.

...

Other parameters can be passed to clusterMethod.

Value

A list contain clustering result.