View source: R/tropical.HC.AGNES.R
Tropical.HC.AGNES | R Documentation |
This function performs agglomerative (AGNES) hierarchical clustering over the space of ultrametrics defining the space of equidistant trees
Tropical.HC.AGNES(D, method = mean)
D |
matrix of points defining a tropical polytope. Rows are the tropical points |
method |
linkage method: mean, min, or max |
list of distances in when merges occur; list of indices of points in each cluster
David Barnhill david.barnhill@nps.edu
David Barnhill, Ruriko Yoshida (2023). Clustering Methods Over the Tropically Convex Sets.
P <-Sim_points
Tropical.HC.AGNES(P, method=mean)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.