Ultrametric distance matrix from distance matrix
Show older comments
I want to know about create code compute Ultrametric distance matrix from distance matrix. Ultrametric matrix distance is a special kind of metric space in which the triangle inequality is replaced with d(x,z) <= max{d(x,y),d(y,z)}. it is symmetry matrix.
Answers (1)
BhaTTa
on 21 Nov 2024
0 votes
Refer to this github repo: https://github.com/ndag/ultrametrics/blob/master/README.md
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!