norm
p-norm of a vector is defined as:
- 0-norm: the number of non-zero components
- 2-norm: Euclidian length
- -norm: the maximum of the components
when p-norm is used to measure distance:
- 0-norm: number of changed components
- 1-norm: Manhattan Distance
- 2-norm: Eclidian distance
- -norm: maximum of changes