powered by
This function performs agglomerative (AGNES) hierarchical clustering over the space of ultrametrics defining the space of equidistant trees
Tropical.HC.AGNES(D, method = mean)
list of distances in when merges occur; list of indices of points in each cluster
matrix of points defining a tropical polytope. Rows are the tropical points
linkage method: mean, min, or max
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)
Run the code above in your browser using DataLab