lferry007 / LargeVis

Apache License 2.0
710 stars 168 forks source link

Duplicates? #19

Open elbamos opened 7 years ago

elbamos commented 7 years ago

How are you handling duplicates?

There are cases - which come up suprisingly often with embeddings - where a point will have a number of duplicate points > K.

It seems incorrect to simply leave a point as a nearest neighbor of only duplicate points, but not a nearest neighbor of other duplicates by random chance.