Learn R Programming

TML (version 2.3.0)

Tropical.HC.AGNES: Agglomerative (AGNES) tropical hierarchical clustering

Description

This function performs agglomerative (AGNES) hierarchical clustering over the space of ultrametrics defining the space of equidistant trees

Usage

Tropical.HC.AGNES(D, method = mean)

Value

list of distances in when merges occur; list of indices of points in each cluster

Arguments

D

matrix of points defining a tropical polytope. Rows are the tropical points

method

linkage method: mean, min, or max

Author

David Barnhill david.barnhill@nps.edu

References

David Barnhill, Ruriko Yoshida (2023). Clustering Methods Over the Tropically Convex Sets.

Examples

Run this code
P <-Sim_points
Tropical.HC.AGNES(P, method=mean)

Run the code above in your browser using DataLab