Chebyshev distance¶
The Chebyshev distance equals the limit of Minkowski distance metric with \(p \to \infty\).
Operation |
Computational methods |
|
Mathematical formulation¶
Refer to Developer Guide: Chebyshev distance.
Programming Interface¶
All types and functions in this section are declared in the
oneapi::dal::chebyshev_distance
namespace.
Descriptor¶
-
template<typename Float = float, typename Method = method::by_default, typename Task = task::by_default>
class descriptor¶ - Template Parameters
Constructors
-
descriptor() = default¶
Creates a new instance of the class with the default property values.