Visible to Intel only — GUID: GUID-80AC227A-6D00-48B8-89D0-C61F25ABEFA6
Visible to Intel only — GUID: GUID-80AC227A-6D00-48B8-89D0-C61F25ABEFA6
Chebyshev distance
The Chebyshev distance equals the limit of Minkowski distance metric with .
Mathematical formulation
Computing
Given a set U of n feature vectors of dimension k and a set V of m feature vectors of dimension k, the problem is to compute the Chebyshev distance for any pair of input vectors:
where .
Computation method: dense
The method defines Chebyshev distance metric, which is used in other algorithms for the distance computation. There are no separate computation mode to compute distance manually.
Programming Interface
Refer to API Reference: Chebyshev distance.