Description Usage Arguments Details Value Author(s) See Also Examples
Determines if a distance matrix obeys the triangle inequality
1 |
dist |
A distance matrix |
Tests if a distance matrix respects the triangle inequality. Often with non-monotonic distance measures and complex data a situation can arise where the triangle inequality (where no single side of a triangle is greater in length than the sum of the other two sides) is not respected.
Returns a TRUE if the inequality is respected, and a FALSE if there is any situation where the triangle inequality is not respected.
Matthew Vavrek
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.