Skip to content

Normalised measure

Measure is normalised if it’s values are in the range from 0 to 1 e.g.

  • 0sim(x,y)10 \leq sim(x, y) \leq 1
  • 0dis(x,y)10 \leq dis(x, y) \leq 1

If measure is normalised it is easy to convert from one to another:

  • sim(x,y)=1dis(x,y)sim(x,y) = 1 - dis(x,y)
  • dis(x,y)=1sim(x,y)dis(x,y) = 1 - sim(x,y)

Normalisation

There are a lot of normalisation approaches including:

Reading