Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In certain cases the AP method does not return any result. In that scenario we change the landmarks used to calculate the results. The algorithm that does so is explained here.

Explanation of the tests:
Two methods were used to optimize the Apollonius results:
1) In the first method, we used all the circles and then one circle with giving closer results relative to Geo IP was considered to be Apollonius circle.
2) In second method, we tried to find out cluster of circles and for this following approach was used:
1) Let's suppose, we obtained n circles using apollonius. Now, we took each of these n circles and for each circle s, we calculated the distance between it's center and the center of all other n-1 circles and summed it. Let we call this sum as Sum(si). Then we took average of this value.
In this way we calculated the average distance value for each of circle and finally one circle with this smallest distance value was considered as Apollonius circle.

TODO:
Add description page of Apollonius
Add page describing landmark selection method.