FastMap Algorithm
Algorithm Steps
The simple steps of FastMap algorithm works as follows:
- Find the objects which have most long distance each other among all documents.
- These objects are called the pivot objects.
- Calculate xi by cosine law to project the objects on a line.
- To map objects in k-d space, use Euclidean distance function D'().
- Do loop depend on the expected dimensional space.
- Eventually it will give 'images' of objects by which mapping in space is possible.
The FastMap algorithm works as below.: