Distance. IsMetric Method |
Name | Description | |
---|---|---|
IsMetric(Func<Double[],Double[], Double>) |
Checks whether a function is a real metric distance, i.e. respects
the triangle inequality. Please note that a function can still pass
this test and not respect the triangle inequality.
| |
IsMetric(Func<Int32[],Int32[], Double>) |
Checks whether a function is a real metric distance, i.e. respects
the triangle inequality. Please note that a function can still pass
this test and not respect the triangle inequality.
| |
IsMetric<T>(IDistance<T>) |
Checks whether a function is a real metric distance, i.e. respects
the triangle inequality. Please note that a function can still pass
this test and not respect the triangle inequality.
|