peterwittek / somoclu

Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters
https://peterwittek.github.io/somoclu/
MIT License
266 stars 69 forks source link

two matrices with similarity search #142

Closed Tortoise17 closed 5 years ago

Tortoise17 commented 5 years ago

HI friends.

I have problem. I want to ask that I have two matrices. A = 50 rows and 20 columns B = 1 row and 20 columns.

I want to compare B from the rows of A by this SOMOCLU. how can I find with BMUs ? and get the closest match?

If anyone can guide me. with little loop? because I am not so experienced. Please help.