- Distance Measure (𝑑) - is a function that takes two elements in some set (𝑋) and outputs a non-negative real number
- used to measure the distance between two elements
- Distance Metric (𝑑) - is a distance measure that satisfies 4 properties
- when paired with its elements (𝑋) it forms a metric space (𝑋,𝑑)
- a norm (||·||) induces a distance metric (𝑑||·||) defined as: 𝑑||·||(𝑥,𝑦) = ||𝑥-𝑦||
- a distance metric (𝑑) induces a topology (𝜏)Topologywhere the set { 𝐵𝑑(𝑥,𝜖) | 𝑥∈𝑋 and 𝜖>0 } forms the basis of a metric topology (𝜏𝑑), where 𝐵𝑑(𝑥,𝜖) is an open-set defined as 𝐵𝑑(𝑥,𝜖) = { 𝑦∈𝑋 : 𝑑(𝑥,𝑦) < 𝜖 }
- Distance Semi-Metric (𝑑) - is a distance measure that satisfies 3 properties
Distance Measure - Categories
|
Category |
Properties | |||
|---|---|---|---|---|
|
|
|
| |
|
Distance Measure |
REQUIRED |
NOT-REQUIRED |
NOT-REQUIRED |
NOT-REQUIRED |
|
Distance Metric |
REQUIRED |
REQUIRED |
REQUIRED |
REQUIRED |
|
Distance Semi-Metric |
REQUIRED |
REQUIRED |
REQUIRED |
NOT REQUIRED |
Distance Measure - Types
|
Type |
Category |
Input Type |
Description |
|---|---|---|---|
|
METRIC |
depends |
| |
|
METRIC |
vectors |
| |
|
METRIC |
vectors |
| |
|
METRIC |
vectors |
| |
|
METRIC |
vectors |
| |
|
MEASURE |
vectors |
| |
|
MEASURE |
vectors |
| |
|
METRIC |
sets |
| |
|
MEASURE |
random variables/vectors |
| |
|
METRIC |
strings |
| |
|
METRIC |
anything |
|