spark-knn-graphs icon indicating copy to clipboard operation
spark-knn-graphs copied to clipboard

Spark algorithms for building k-nn graphs

Results 7 spark-knn-graphs issues
Sort by recently updated
recently updated
newest added

I have a huge graph which I would like to partition. I manually create RDD with Node and NeigbourList, but instances of the object while have same id field are...

Hi, I used this repo's NNDescent implementation for a while but the amount of shuffled data was getting prohibitive. I found a paper describing how to make a more data-transmission...

do you implement the balanced graph paritioning algorithm JA-BE-JA ,reference this paper "JA-BE-JA: A Distributed Algorithm for Balanced Graph Partitioning"

Hi, Thanks for the good library. I was wondering if we can utilize it to generate similarity matrix between two different datasets? Can you please give a hint to get...

Hi. I am able to deploy LSHSuperBitNNDescentTextExample successfully in our spark cluster. I really like the idea of pre-calculating the stringProfiles via ks.getProfile and performance is good. I am testing...

Hello, How do you use it in Python ?