Conversation

Replying to and
The algorithm: Generates a matrix between all your friends, and counts how many people each friend-pair are followed by in common. Then it finds each user's top friends, and connects them (up to TopN).
3
43
Replying to and
The problem is three fold. Calculating the proximity matrix of all those users would take many server hours. And then having to load like a GB file json file into the browser. And then the browser would have a hard time handling that many objects. It is possible, but hard...
Show replies
Show replies