Static Public Attributes | List of all members
DistanceNorm Class Reference

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...
 

Detailed Description

Norm for calculating distances.

Member Data Documentation

◆ L1

int L1 = 1
static

L1 norm (also known as absolute norm).

◆ L2

int L2 = 2
static

L2 norm (also known as Euclidean norm).

◆ LInfinity

int LInfinity = 0
static

Infinity norm (also known as maximum norm).