Tropical.HC.AGNES {TML} | 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)