Norm for calculating distances. More...
Inherits object.
Static Public Attributes | |
| int | L1 = 1 |
| L1 norm (also known as absolute norm). More... | |
| int | L2 = 2 |
| L2 norm (also known as Euclidean norm). More... | |
| int | LInfinity = 0 |
| Infinity norm (also known as maximum norm). More... | |
Norm for calculating distances.
|
static |
L1 norm (also known as absolute norm).
|
static |
L2 norm (also known as Euclidean norm).
|
static |
Infinity norm (also known as maximum norm).