Visible to Intel only — GUID: GUID-FDA89055-AB08-4208-AA6F-8060FC7B42E2
Visible to Intel only — GUID: GUID-FDA89055-AB08-4208-AA6F-8060FC7B42E2
Chebyshev distance
The Chebyshev distance equals the limit of Minkowski distance metric with .
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<typenameFloat=float,typenameMethod=method::by_default,typenameTask=task::by_default>classdescriptor
- Template Parameters
Constructors
descriptor()=default
Creates a new instance of the class with the default property values.
Method tags
structdense
usingby_default=dense
Alias tag-type for the dense method.
Task tags
structcompute
Tag-type that parameterizes entities that are used to compute distances.
usingby_default=compute
Alias tag-type for the compute task.