Click or drag to resize
Accord.NET (logo)

DistanceIsMetricT Method (IDistanceT)

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.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static bool IsMetric<T>(
	IDistance<T> value
)
Request Example View Source

Parameters

value
Type: Accord.Math.DistancesIDistanceT

Type Parameters

T

Return Value

Type: Boolean
See Also