Angular Separation

< Previous | Next | Content >

Angular Separation

It represents cosine angle between two vectors. It measures similarity rather than distance or dissimilarity. Thus, higher value of Angular separation indicates the two objects are similar. The value of angular separation is [-1, 1] similar to cosine. It is often called as Coefficient of Correlation . We need to define Angular Separation

Formula Angular Separation

For example :

Angular Separation

Features Angular Separation

cost

time

weight

incentive

Object A

0

3

4

5

Object B

7

6

3

-1

Point A has coordinate (0, 3, 4, 5) and point B has coordinate (7, 6, 3, -1).

The angular separation between point A and B is

Angular Separation

Exercise:
If you have coordinate of object A is (0, 0) and coordinate of object B is (1, 1), what is the angular separation? What happen if you have coordinate of object A is (1000, -1000) while coordinate of object B is (-0.001, 0.001)? What if due to noise, the coordinate of B now change to (-0.002, 0.001)? How sensitive is the Angular Separation? Compare your result with Correlation coefficient for the same data. Try to explore your own input using the interactive program of Angular Separation below.

Input coordinate values of Object-A and Object-B (the coordinate are numbers only), then press "Get Angular Separation" button. The program will directly calculate when you type the input.

Features Object A Object B

How does Angular Separation name come from?

Angular Separation From vector algebra we remember that cosine angle between two vectors can be represented as dot product divided by length of the two vectors

Angular Separation

The length of a vector (sometimes called modulus) is the root of square of its coordinate

Angular Separation

Putting the two together, we get Angular Separation

Changing the notation of vectors into coordinate, we get angular separation formula

Angular Separation

< Previous | Next | Content >

Rate this tutorial

This tutorial is copyrighted.

Preferable reference for this tutorial is

Teknomo, Kardi (2015) Similarity Measurement. http:\people.revoledu.comkardi tutorialSimilarity